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