Uses of Class
com.oracle.bmc.database.model.ChangeCloudVmClusterSubscriptionDetails
-
Packages that use ChangeCloudVmClusterSubscriptionDetails Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of ChangeCloudVmClusterSubscriptionDetails in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ChangeCloudVmClusterSubscriptionDetails Modifier and Type Method Description ChangeCloudVmClusterSubscriptionDetails
ChangeCloudVmClusterSubscriptionDetails.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type ChangeCloudVmClusterSubscriptionDetails Modifier and Type Method Description ChangeCloudVmClusterSubscriptionDetails.Builder
ChangeCloudVmClusterSubscriptionDetails.Builder. copy(ChangeCloudVmClusterSubscriptionDetails model)
-
Uses of ChangeCloudVmClusterSubscriptionDetails in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ChangeCloudVmClusterSubscriptionDetails Modifier and Type Method Description ChangeCloudVmClusterSubscriptionDetails
ChangeCloudVmClusterSubscriptionRequest. getBody$()
Alternative accessor for the body parameter.ChangeCloudVmClusterSubscriptionDetails
ChangeCloudVmClusterSubscriptionRequest. getChangeCloudVmClusterSubscriptionDetails()
Associate a cloud VM cluster with a different subscription.Methods in com.oracle.bmc.database.requests with parameters of type ChangeCloudVmClusterSubscriptionDetails Modifier and Type Method Description ChangeCloudVmClusterSubscriptionRequest.Builder
ChangeCloudVmClusterSubscriptionRequest.Builder. body$(ChangeCloudVmClusterSubscriptionDetails body)
Alternative setter for the body parameter.ChangeCloudVmClusterSubscriptionRequest.Builder
ChangeCloudVmClusterSubscriptionRequest.Builder. changeCloudVmClusterSubscriptionDetails(ChangeCloudVmClusterSubscriptionDetails changeCloudVmClusterSubscriptionDetails)
Associate a cloud VM cluster with a different subscription.
-