Uses of Class
com.oracle.bmc.database.responses.ChangeCloudVmClusterCompartmentResponse
-
Packages that use ChangeCloudVmClusterCompartmentResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ChangeCloudVmClusterCompartmentResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ChangeCloudVmClusterCompartmentResponse Modifier and Type Method Description ChangeCloudVmClusterCompartmentResponse
Database. changeCloudVmClusterCompartment(ChangeCloudVmClusterCompartmentRequest request)
Moves a cloud VM cluster and its dependent resources to another compartment.ChangeCloudVmClusterCompartmentResponse
DatabaseClient. changeCloudVmClusterCompartment(ChangeCloudVmClusterCompartmentRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type ChangeCloudVmClusterCompartmentResponse 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 ChangeCloudVmClusterCompartmentResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ChangeCloudVmClusterCompartmentResponse Modifier and Type Method Description ChangeCloudVmClusterCompartmentResponse
ChangeCloudVmClusterCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ChangeCloudVmClusterCompartmentResponse Modifier and Type Method Description ChangeCloudVmClusterCompartmentResponse.Builder
ChangeCloudVmClusterCompartmentResponse.Builder. copy(ChangeCloudVmClusterCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-