Uses of Class
com.oracle.bmc.usageapi.requests.GetScheduledRunRequest
-
Packages that use GetScheduledRunRequest Package Description com.oracle.bmc.usageapi com.oracle.bmc.usageapi.requests -
-
Uses of GetScheduledRunRequest in com.oracle.bmc.usageapi
Methods in com.oracle.bmc.usageapi that return types with arguments of type GetScheduledRunRequest Modifier and Type Method Description Waiter<GetScheduledRunRequest,GetScheduledRunResponse>
UsageapiWaiters. forScheduledRun(GetScheduledRunRequest request, ScheduledRun.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetScheduledRunRequest,GetScheduledRunResponse>
UsageapiWaiters. forScheduledRun(GetScheduledRunRequest request, ScheduledRun.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetScheduledRunRequest,GetScheduledRunResponse>
UsageapiWaiters. forScheduledRun(GetScheduledRunRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ScheduledRun.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.usageapi with type arguments of type GetScheduledRunRequest Modifier and Type Method Description Future<GetScheduledRunResponse>
UsageapiAsync. getScheduledRun(GetScheduledRunRequest request, AsyncHandler<GetScheduledRunRequest,GetScheduledRunResponse> handler)
Returns the saved schedule run.Future<GetScheduledRunResponse>
UsageapiAsyncClient. getScheduledRun(GetScheduledRunRequest request, AsyncHandler<GetScheduledRunRequest,GetScheduledRunResponse> handler)
-
Uses of GetScheduledRunRequest in com.oracle.bmc.usageapi.requests
Methods in com.oracle.bmc.usageapi.requests that return GetScheduledRunRequest Modifier and Type Method Description GetScheduledRunRequest
GetScheduledRunRequest.Builder. build()
Build the instance of GetScheduledRunRequest as configured by this builderGetScheduledRunRequest
GetScheduledRunRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetScheduledRunRequest as configured by this builderMethods in com.oracle.bmc.usageapi.requests with parameters of type GetScheduledRunRequest Modifier and Type Method Description GetScheduledRunRequest.Builder
GetScheduledRunRequest.Builder. copy(GetScheduledRunRequest o)
Copy method to populate the builder with values from the given instance.
-