Uses of Class
com.oracle.bmc.budget.requests.GetBudgetRequest
-
Packages that use GetBudgetRequest Package Description com.oracle.bmc.budget com.oracle.bmc.budget.requests -
-
Uses of GetBudgetRequest in com.oracle.bmc.budget
Methods in com.oracle.bmc.budget that return types with arguments of type GetBudgetRequest Modifier and Type Method Description Waiter<GetBudgetRequest,GetBudgetResponse>
BudgetWaiters. forBudget(GetBudgetRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetBudgetRequest,GetBudgetResponse>
BudgetWaiters. forBudget(GetBudgetRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetBudgetRequest,GetBudgetResponse>
BudgetWaiters. forBudget(GetBudgetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.budget with parameters of type GetBudgetRequest Modifier and Type Method Description Waiter<GetBudgetRequest,GetBudgetResponse>
BudgetWaiters. forBudget(GetBudgetRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetBudgetRequest,GetBudgetResponse>
BudgetWaiters. forBudget(GetBudgetRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetBudgetRequest,GetBudgetResponse>
BudgetWaiters. forBudget(GetBudgetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetBudgetResponse
Budget. getBudget(GetBudgetRequest request)
Gets a budget by the identifier.Future<GetBudgetResponse>
BudgetAsync. getBudget(GetBudgetRequest request, AsyncHandler<GetBudgetRequest,GetBudgetResponse> handler)
Gets a budget by the identifier.Future<GetBudgetResponse>
BudgetAsyncClient. getBudget(GetBudgetRequest request, AsyncHandler<GetBudgetRequest,GetBudgetResponse> handler)
GetBudgetResponse
BudgetClient. getBudget(GetBudgetRequest request)
Method parameters in com.oracle.bmc.budget with type arguments of type GetBudgetRequest Modifier and Type Method Description Future<GetBudgetResponse>
BudgetAsync. getBudget(GetBudgetRequest request, AsyncHandler<GetBudgetRequest,GetBudgetResponse> handler)
Gets a budget by the identifier.Future<GetBudgetResponse>
BudgetAsyncClient. getBudget(GetBudgetRequest request, AsyncHandler<GetBudgetRequest,GetBudgetResponse> handler)
-
Uses of GetBudgetRequest in com.oracle.bmc.budget.requests
Methods in com.oracle.bmc.budget.requests that return GetBudgetRequest Modifier and Type Method Description GetBudgetRequest
GetBudgetRequest.Builder. build()
Build the instance of GetBudgetRequest as configured by this builderGetBudgetRequest
GetBudgetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetBudgetRequest as configured by this builderMethods in com.oracle.bmc.budget.requests with parameters of type GetBudgetRequest Modifier and Type Method Description GetBudgetRequest.Builder
GetBudgetRequest.Builder. copy(GetBudgetRequest o)
Copy method to populate the builder with values from the given instance.
-