Uses of Class
com.oracle.bmc.database.model.ChangeCloudDbSystemSubscriptionDetails
-
Packages that use ChangeCloudDbSystemSubscriptionDetails Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of ChangeCloudDbSystemSubscriptionDetails in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ChangeCloudDbSystemSubscriptionDetails Modifier and Type Method Description ChangeCloudDbSystemSubscriptionDetails
ChangeCloudDbSystemSubscriptionDetails.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type ChangeCloudDbSystemSubscriptionDetails Modifier and Type Method Description ChangeCloudDbSystemSubscriptionDetails.Builder
ChangeCloudDbSystemSubscriptionDetails.Builder. copy(ChangeCloudDbSystemSubscriptionDetails model)
-
Uses of ChangeCloudDbSystemSubscriptionDetails in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ChangeCloudDbSystemSubscriptionDetails Modifier and Type Method Description ChangeCloudDbSystemSubscriptionDetails
ChangeCloudDbSystemSubscriptionRequest. getBody$()
Alternative accessor for the body parameter.ChangeCloudDbSystemSubscriptionDetails
ChangeCloudDbSystemSubscriptionRequest. getChangeCloudDbSystemSubscriptionDetails()
Associate a cloud DB system with a different subscription.Methods in com.oracle.bmc.database.requests with parameters of type ChangeCloudDbSystemSubscriptionDetails Modifier and Type Method Description ChangeCloudDbSystemSubscriptionRequest.Builder
ChangeCloudDbSystemSubscriptionRequest.Builder. body$(ChangeCloudDbSystemSubscriptionDetails body)
Alternative setter for the body parameter.ChangeCloudDbSystemSubscriptionRequest.Builder
ChangeCloudDbSystemSubscriptionRequest.Builder. changeCloudDbSystemSubscriptionDetails(ChangeCloudDbSystemSubscriptionDetails changeCloudDbSystemSubscriptionDetails)
Associate a cloud DB system with a different subscription.
-