Package | Description |
---|---|
com.oracle.bmc.resourcemanager | |
com.oracle.bmc.resourcemanager.responses |
Modifier and Type | Method and Description |
---|---|
GetJobResponse |
ResourceManager.getJob(GetJobRequest request)
Returns the specified job along with the job details.
|
GetJobResponse |
ResourceManagerClient.getJob(GetJobRequest request) |
Modifier and Type | Method and Description |
---|---|
Waiter<GetJobRequest,GetJobResponse> |
ResourceManagerWaiters.forJob(GetJobRequest request,
Job.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetJobRequest,GetJobResponse> |
ResourceManagerWaiters.forJob(GetJobRequest request,
Job.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetJobRequest,GetJobResponse> |
ResourceManagerWaiters.forJob(GetJobRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Job.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Future<GetJobResponse> |
ResourceManagerAsync.getJob(GetJobRequest request,
AsyncHandler<GetJobRequest,GetJobResponse> handler)
Returns the specified job along with the job details.
|
Future<GetJobResponse> |
ResourceManagerAsyncClient.getJob(GetJobRequest request,
AsyncHandler<GetJobRequest,GetJobResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<GetJobResponse> |
ResourceManagerAsync.getJob(GetJobRequest request,
AsyncHandler<GetJobRequest,GetJobResponse> handler)
Returns the specified job along with the job details.
|
Future<GetJobResponse> |
ResourceManagerAsyncClient.getJob(GetJobRequest request,
AsyncHandler<GetJobRequest,GetJobResponse> handler) |
Modifier and Type | Method and Description |
---|---|
GetJobResponse |
GetJobResponse.Builder.build() |
Modifier and Type | Method and Description |
---|---|
GetJobResponse.Builder |
GetJobResponse.Builder.copy(GetJobResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2020. All rights reserved.