Uses of Class
com.oracle.bmc.databasemanagement.requests.GetJobRequest
-
Packages that use GetJobRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of GetJobRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type GetJobRequest Modifier and Type Method Description Waiter<GetJobRequest,GetJobResponse>
DbManagementWaiters. forJob(GetJobRequest request, Job.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetJobRequest,GetJobResponse>
DbManagementWaiters. forJob(GetJobRequest request, Job.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetJobRequest,GetJobResponse>
DbManagementWaiters. forJob(GetJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Job.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.databasemanagement with parameters of type GetJobRequest Modifier and Type Method Description Waiter<GetJobRequest,GetJobResponse>
DbManagementWaiters. forJob(GetJobRequest request, Job.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetJobRequest,GetJobResponse>
DbManagementWaiters. forJob(GetJobRequest request, Job.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetJobRequest,GetJobResponse>
DbManagementWaiters. forJob(GetJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Job.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetJobResponse
DbManagement. getJob(GetJobRequest request)
Gets the details for the job specified by jobId.Future<GetJobResponse>
DbManagementAsync. getJob(GetJobRequest request, AsyncHandler<GetJobRequest,GetJobResponse> handler)
Gets the details for the job specified by jobId.Future<GetJobResponse>
DbManagementAsyncClient. getJob(GetJobRequest request, AsyncHandler<GetJobRequest,GetJobResponse> handler)
GetJobResponse
DbManagementClient. getJob(GetJobRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetJobRequest Modifier and Type Method Description Future<GetJobResponse>
DbManagementAsync. getJob(GetJobRequest request, AsyncHandler<GetJobRequest,GetJobResponse> handler)
Gets the details for the job specified by jobId.Future<GetJobResponse>
DbManagementAsyncClient. getJob(GetJobRequest request, AsyncHandler<GetJobRequest,GetJobResponse> handler)
-
Uses of GetJobRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return GetJobRequest Modifier and Type Method Description GetJobRequest
GetJobRequest.Builder. build()
Build the instance of GetJobRequest as configured by this builderGetJobRequest
GetJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetJobRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type GetJobRequest Modifier and Type Method Description GetJobRequest.Builder
GetJobRequest.Builder. copy(GetJobRequest o)
Copy method to populate the builder with values from the given instance.
-