Uses of Class
com.oracle.bmc.ocvp.requests.ChangeDatastoreClusterCompartmentRequest
-
Packages that use ChangeDatastoreClusterCompartmentRequest Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.requests -
-
Uses of ChangeDatastoreClusterCompartmentRequest in com.oracle.bmc.ocvp
Method parameters in com.oracle.bmc.ocvp with type arguments of type ChangeDatastoreClusterCompartmentRequest 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 ChangeDatastoreClusterCompartmentRequest in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return ChangeDatastoreClusterCompartmentRequest Modifier and Type Method Description ChangeDatastoreClusterCompartmentRequest
ChangeDatastoreClusterCompartmentRequest.Builder. build()
Build the instance of ChangeDatastoreClusterCompartmentRequest as configured by this builderChangeDatastoreClusterCompartmentRequest
ChangeDatastoreClusterCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeDatastoreClusterCompartmentRequest as configured by this builderMethods in com.oracle.bmc.ocvp.requests with parameters of type ChangeDatastoreClusterCompartmentRequest Modifier and Type Method Description ChangeDatastoreClusterCompartmentRequest.Builder
ChangeDatastoreClusterCompartmentRequest.Builder. copy(ChangeDatastoreClusterCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-