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