Uses of Class
com.oracle.bmc.database.model.ChangeCloudVmClusterCompartmentDetails
-
Packages that use ChangeCloudVmClusterCompartmentDetails Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of ChangeCloudVmClusterCompartmentDetails in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ChangeCloudVmClusterCompartmentDetails Modifier and Type Method Description ChangeCloudVmClusterCompartmentDetails
ChangeCloudVmClusterCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type ChangeCloudVmClusterCompartmentDetails Modifier and Type Method Description ChangeCloudVmClusterCompartmentDetails.Builder
ChangeCloudVmClusterCompartmentDetails.Builder. copy(ChangeCloudVmClusterCompartmentDetails model)
-
Uses of ChangeCloudVmClusterCompartmentDetails in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ChangeCloudVmClusterCompartmentDetails Modifier and Type Method Description ChangeCloudVmClusterCompartmentDetails
ChangeCloudVmClusterCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeCloudVmClusterCompartmentDetails
ChangeCloudVmClusterCompartmentRequest. getChangeCloudVmClusterCompartmentDetails()
Request to move cloud VM cluster to a different compartmentMethods in com.oracle.bmc.database.requests with parameters of type ChangeCloudVmClusterCompartmentDetails Modifier and Type Method Description ChangeCloudVmClusterCompartmentRequest.Builder
ChangeCloudVmClusterCompartmentRequest.Builder. body$(ChangeCloudVmClusterCompartmentDetails body)
Alternative setter for the body parameter.ChangeCloudVmClusterCompartmentRequest.Builder
ChangeCloudVmClusterCompartmentRequest.Builder. changeCloudVmClusterCompartmentDetails(ChangeCloudVmClusterCompartmentDetails changeCloudVmClusterCompartmentDetails)
Request to move cloud VM cluster to a different compartment
-