Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetMaintenanceRunRequest,GetMaintenanceRunResponse> |
DatabaseWaiters.forMaintenanceRun(GetMaintenanceRunRequest request,
MaintenanceRun.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetMaintenanceRunRequest,GetMaintenanceRunResponse> |
DatabaseWaiters.forMaintenanceRun(GetMaintenanceRunRequest request,
MaintenanceRun.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetMaintenanceRunRequest,GetMaintenanceRunResponse> |
DatabaseWaiters.forMaintenanceRun(GetMaintenanceRunRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
MaintenanceRun.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Future<GetMaintenanceRunResponse> |
DatabaseAsyncClient.getMaintenanceRun(GetMaintenanceRunRequest request,
AsyncHandler<GetMaintenanceRunRequest,GetMaintenanceRunResponse> handler) |
Future<GetMaintenanceRunResponse> |
DatabaseAsync.getMaintenanceRun(GetMaintenanceRunRequest request,
AsyncHandler<GetMaintenanceRunRequest,GetMaintenanceRunResponse> handler)
Gets information about the specified maintenance run.
|
Modifier and Type | Method and Description |
---|---|
GetMaintenanceRunRequest |
GetMaintenanceRunRequest.Builder.build()
Build the instance of GetMaintenanceRunRequest as configured by this builder
|
GetMaintenanceRunRequest |
GetMaintenanceRunRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetMaintenanceRunRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetMaintenanceRunRequest.Builder |
GetMaintenanceRunRequest.Builder.copy(GetMaintenanceRunRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.