Uses of Class
com.oracle.bmc.database.requests.DeleteCloudVmClusterRequest
-
Packages that use DeleteCloudVmClusterRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of DeleteCloudVmClusterRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type DeleteCloudVmClusterRequest Modifier and Type Method Description Waiter<DeleteCloudVmClusterRequest,DeleteCloudVmClusterResponse>
DatabaseWaiters. forDeleteCloudVmCluster(DeleteCloudVmClusterRequest request)
Creates a newWaiter
using the default configuration.Waiter<DeleteCloudVmClusterRequest,DeleteCloudVmClusterResponse>
DatabaseWaiters. forDeleteCloudVmCluster(DeleteCloudVmClusterRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type DeleteCloudVmClusterRequest Modifier and Type Method Description Future<DeleteCloudVmClusterResponse>
DatabaseAsync. deleteCloudVmCluster(DeleteCloudVmClusterRequest request, AsyncHandler<DeleteCloudVmClusterRequest,DeleteCloudVmClusterResponse> handler)
Deletes the specified cloud VM cluster.Future<DeleteCloudVmClusterResponse>
DatabaseAsyncClient. deleteCloudVmCluster(DeleteCloudVmClusterRequest request, AsyncHandler<DeleteCloudVmClusterRequest,DeleteCloudVmClusterResponse> handler)
-
Uses of DeleteCloudVmClusterRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return DeleteCloudVmClusterRequest Modifier and Type Method Description DeleteCloudVmClusterRequest
DeleteCloudVmClusterRequest.Builder. build()
Build the instance of DeleteCloudVmClusterRequest as configured by this builderDeleteCloudVmClusterRequest
DeleteCloudVmClusterRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteCloudVmClusterRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type DeleteCloudVmClusterRequest Modifier and Type Method Description DeleteCloudVmClusterRequest.Builder
DeleteCloudVmClusterRequest.Builder. copy(DeleteCloudVmClusterRequest o)
Copy method to populate the builder with values from the given instance.
-