Uses of Class
com.oracle.bmc.ocvp.model.ChangeDatastoreClusterCompartmentDetails
-
Packages that use ChangeDatastoreClusterCompartmentDetails Package Description com.oracle.bmc.ocvp.model com.oracle.bmc.ocvp.requests -
-
Uses of ChangeDatastoreClusterCompartmentDetails in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return ChangeDatastoreClusterCompartmentDetails Modifier and Type Method Description ChangeDatastoreClusterCompartmentDetails
ChangeDatastoreClusterCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.ocvp.model with parameters of type ChangeDatastoreClusterCompartmentDetails Modifier and Type Method Description ChangeDatastoreClusterCompartmentDetails.Builder
ChangeDatastoreClusterCompartmentDetails.Builder. copy(ChangeDatastoreClusterCompartmentDetails model)
-
Uses of ChangeDatastoreClusterCompartmentDetails in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return ChangeDatastoreClusterCompartmentDetails Modifier and Type Method Description ChangeDatastoreClusterCompartmentDetails
ChangeDatastoreClusterCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeDatastoreClusterCompartmentDetails
ChangeDatastoreClusterCompartmentRequest. getChangeDatastoreClusterCompartmentDetails()
Request to change the compartment of the specified Datastore Cluster.Methods in com.oracle.bmc.ocvp.requests with parameters of type ChangeDatastoreClusterCompartmentDetails Modifier and Type Method Description ChangeDatastoreClusterCompartmentRequest.Builder
ChangeDatastoreClusterCompartmentRequest.Builder. body$(ChangeDatastoreClusterCompartmentDetails body)
Alternative setter for the body parameter.ChangeDatastoreClusterCompartmentRequest.Builder
ChangeDatastoreClusterCompartmentRequest.Builder. changeDatastoreClusterCompartmentDetails(ChangeDatastoreClusterCompartmentDetails changeDatastoreClusterCompartmentDetails)
Request to change the compartment of the specified Datastore Cluster.
-