Uses of Class
com.oracle.bmc.budget.responses.GetBudgetResponse
-
Packages that use GetBudgetResponse Package Description com.oracle.bmc.budget com.oracle.bmc.budget.responses -
-
Uses of GetBudgetResponse in com.oracle.bmc.budget
Methods in com.oracle.bmc.budget that return GetBudgetResponse Modifier and Type Method Description GetBudgetResponse
Budget. getBudget(GetBudgetRequest request)
Gets a budget by the identifier.GetBudgetResponse
BudgetClient. getBudget(GetBudgetRequest request)
Methods in com.oracle.bmc.budget that return types with arguments of type GetBudgetResponse 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.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)
Method parameters in com.oracle.bmc.budget with type arguments of type GetBudgetResponse 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 GetBudgetResponse in com.oracle.bmc.budget.responses
Methods in com.oracle.bmc.budget.responses that return GetBudgetResponse Modifier and Type Method Description GetBudgetResponse
GetBudgetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.budget.responses with parameters of type GetBudgetResponse Modifier and Type Method Description GetBudgetResponse.Builder
GetBudgetResponse.Builder. copy(GetBudgetResponse o)
Copy method to populate the builder with values from the given instance.
-