Uses of Class
com.oracle.bmc.ocvp.responses.ChangeDatastoreClusterCompartmentResponse
-
Packages that use ChangeDatastoreClusterCompartmentResponse Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.responses -
-
Uses of ChangeDatastoreClusterCompartmentResponse in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return ChangeDatastoreClusterCompartmentResponse Modifier and Type Method Description ChangeDatastoreClusterCompartmentResponse
DatastoreCluster. changeDatastoreClusterCompartment(ChangeDatastoreClusterCompartmentRequest request)
Moves an Datastore Cluster into a different compartment within the same tenancy.ChangeDatastoreClusterCompartmentResponse
DatastoreClusterClient. changeDatastoreClusterCompartment(ChangeDatastoreClusterCompartmentRequest request)
Methods in com.oracle.bmc.ocvp that return types with arguments of type ChangeDatastoreClusterCompartmentResponse Modifier and Type Method Description Future<ChangeDatastoreClusterCompartmentResponse>
DatastoreClusterAsync. changeDatastoreClusterCompartment(ChangeDatastoreClusterCompartmentRequest request, AsyncHandler<ChangeDatastoreClusterCompartmentRequest,ChangeDatastoreClusterCompartmentResponse> handler)
Moves an Datastore Cluster into a different compartment within the same tenancy.Future<ChangeDatastoreClusterCompartmentResponse>
DatastoreClusterAsyncClient. changeDatastoreClusterCompartment(ChangeDatastoreClusterCompartmentRequest request, AsyncHandler<ChangeDatastoreClusterCompartmentRequest,ChangeDatastoreClusterCompartmentResponse> handler)
Method parameters in com.oracle.bmc.ocvp with type arguments of type ChangeDatastoreClusterCompartmentResponse Modifier and Type Method Description Future<ChangeDatastoreClusterCompartmentResponse>
DatastoreClusterAsync. changeDatastoreClusterCompartment(ChangeDatastoreClusterCompartmentRequest request, AsyncHandler<ChangeDatastoreClusterCompartmentRequest,ChangeDatastoreClusterCompartmentResponse> handler)
Moves an Datastore Cluster into a different compartment within the same tenancy.Future<ChangeDatastoreClusterCompartmentResponse>
DatastoreClusterAsyncClient. changeDatastoreClusterCompartment(ChangeDatastoreClusterCompartmentRequest request, AsyncHandler<ChangeDatastoreClusterCompartmentRequest,ChangeDatastoreClusterCompartmentResponse> handler)
-
Uses of ChangeDatastoreClusterCompartmentResponse in com.oracle.bmc.ocvp.responses
Methods in com.oracle.bmc.ocvp.responses that return ChangeDatastoreClusterCompartmentResponse Modifier and Type Method Description ChangeDatastoreClusterCompartmentResponse
ChangeDatastoreClusterCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ocvp.responses with parameters of type ChangeDatastoreClusterCompartmentResponse Modifier and Type Method Description ChangeDatastoreClusterCompartmentResponse.Builder
ChangeDatastoreClusterCompartmentResponse.Builder. copy(ChangeDatastoreClusterCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-