Uses of Class
com.oracle.bmc.budget.requests.GetCostAnomalyEventRequest
-
Packages that use GetCostAnomalyEventRequest Package Description com.oracle.bmc.budget com.oracle.bmc.budget.requests -
-
Uses of GetCostAnomalyEventRequest in com.oracle.bmc.budget
Methods in com.oracle.bmc.budget that return types with arguments of type GetCostAnomalyEventRequest Modifier and Type Method Description Waiter<GetCostAnomalyEventRequest,GetCostAnomalyEventResponse>CostAdWaiters. forCostAnomalyEvent(GetCostAnomalyEventRequest request, CostAnomalyEvent.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetCostAnomalyEventRequest,GetCostAnomalyEventResponse>CostAdWaiters. forCostAnomalyEvent(GetCostAnomalyEventRequest request, CostAnomalyEvent.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetCostAnomalyEventRequest,GetCostAnomalyEventResponse>CostAdWaiters. forCostAnomalyEvent(GetCostAnomalyEventRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, CostAnomalyEvent.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.budget with type arguments of type GetCostAnomalyEventRequest Modifier and Type Method Description Future<GetCostAnomalyEventResponse>CostAdAsync. getCostAnomalyEvent(GetCostAnomalyEventRequest request, AsyncHandler<GetCostAnomalyEventRequest,GetCostAnomalyEventResponse> handler)Gets a CostAnomalyEvent by the identifier.Future<GetCostAnomalyEventResponse>CostAdAsyncClient. getCostAnomalyEvent(GetCostAnomalyEventRequest request, AsyncHandler<GetCostAnomalyEventRequest,GetCostAnomalyEventResponse> handler) -
Uses of GetCostAnomalyEventRequest in com.oracle.bmc.budget.requests
Methods in com.oracle.bmc.budget.requests that return GetCostAnomalyEventRequest Modifier and Type Method Description GetCostAnomalyEventRequestGetCostAnomalyEventRequest.Builder. build()Build the instance of GetCostAnomalyEventRequest as configured by this builderGetCostAnomalyEventRequestGetCostAnomalyEventRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetCostAnomalyEventRequest as configured by this builderMethods in com.oracle.bmc.budget.requests with parameters of type GetCostAnomalyEventRequest Modifier and Type Method Description GetCostAnomalyEventRequest.BuilderGetCostAnomalyEventRequest.Builder. copy(GetCostAnomalyEventRequest o)Copy method to populate the builder with values from the given instance.
-