Uses of Class
com.oracle.bmc.osmanagementhub.requests.GetScheduledJobRequest
-
Packages that use GetScheduledJobRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of GetScheduledJobRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type GetScheduledJobRequest Modifier and Type Method Description Waiter<GetScheduledJobRequest,GetScheduledJobResponse>
ScheduledJobWaiters. forScheduledJob(GetScheduledJobRequest request, ScheduledJob.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetScheduledJobRequest,GetScheduledJobResponse>
ScheduledJobWaiters. forScheduledJob(GetScheduledJobRequest request, ScheduledJob.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetScheduledJobRequest,GetScheduledJobResponse>
ScheduledJobWaiters. forScheduledJob(GetScheduledJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ScheduledJob.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetScheduledJobRequest Modifier and Type Method Description Future<GetScheduledJobResponse>
ScheduledJobAsync. getScheduledJob(GetScheduledJobRequest request, AsyncHandler<GetScheduledJobRequest,GetScheduledJobResponse> handler)
Gets information about the specified scheduled job.Future<GetScheduledJobResponse>
ScheduledJobAsyncClient. getScheduledJob(GetScheduledJobRequest request, AsyncHandler<GetScheduledJobRequest,GetScheduledJobResponse> handler)
-
Uses of GetScheduledJobRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return GetScheduledJobRequest Modifier and Type Method Description GetScheduledJobRequest
GetScheduledJobRequest.Builder. build()
Build the instance of GetScheduledJobRequest as configured by this builderGetScheduledJobRequest
GetScheduledJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetScheduledJobRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type GetScheduledJobRequest Modifier and Type Method Description GetScheduledJobRequest.Builder
GetScheduledJobRequest.Builder. copy(GetScheduledJobRequest o)
Copy method to populate the builder with values from the given instance.
-