Package | Description |
---|---|
com.oracle.bmc.databasemanagement | |
com.oracle.bmc.databasemanagement.responses |
Modifier and Type | Method and Description |
---|---|
GetJobResponse |
DbManagementClient.getJob(GetJobRequest request) |
GetJobResponse |
DbManagement.getJob(GetJobRequest request)
Gets the details for the job specified by jobId.
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetJobRequest,GetJobResponse> |
DbManagementWaiters.forJob(GetJobRequest request,
Job.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetJobRequest,GetJobResponse> |
DbManagementWaiters.forJob(GetJobRequest request,
Job.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetJobRequest,GetJobResponse> |
DbManagementWaiters.forJob(GetJobRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Job.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
GetJobResponse |
GetJobResponse.Builder.build()
Build the response object.
|
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–2024. All rights reserved.