Uses of Class
com.oracle.bmc.database.responses.ChangeCloudVmClusterSubscriptionResponse
-
Packages that use ChangeCloudVmClusterSubscriptionResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ChangeCloudVmClusterSubscriptionResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ChangeCloudVmClusterSubscriptionResponse Modifier and Type Method Description ChangeCloudVmClusterSubscriptionResponse
Database. changeCloudVmClusterSubscription(ChangeCloudVmClusterSubscriptionRequest request)
Associate a cloud VM cluster with a different subscription.ChangeCloudVmClusterSubscriptionResponse
DatabaseClient. changeCloudVmClusterSubscription(ChangeCloudVmClusterSubscriptionRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type ChangeCloudVmClusterSubscriptionResponse Modifier and Type Method Description Future<ChangeCloudVmClusterSubscriptionResponse>
DatabaseAsync. changeCloudVmClusterSubscription(ChangeCloudVmClusterSubscriptionRequest request, AsyncHandler<ChangeCloudVmClusterSubscriptionRequest,ChangeCloudVmClusterSubscriptionResponse> handler)
Associate a cloud VM cluster with a different subscription.Future<ChangeCloudVmClusterSubscriptionResponse>
DatabaseAsyncClient. changeCloudVmClusterSubscription(ChangeCloudVmClusterSubscriptionRequest request, AsyncHandler<ChangeCloudVmClusterSubscriptionRequest,ChangeCloudVmClusterSubscriptionResponse> handler)
-
Uses of ChangeCloudVmClusterSubscriptionResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ChangeCloudVmClusterSubscriptionResponse Modifier and Type Method Description ChangeCloudVmClusterSubscriptionResponse
ChangeCloudVmClusterSubscriptionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ChangeCloudVmClusterSubscriptionResponse Modifier and Type Method Description ChangeCloudVmClusterSubscriptionResponse.Builder
ChangeCloudVmClusterSubscriptionResponse.Builder. copy(ChangeCloudVmClusterSubscriptionResponse o)
Copy method to populate the builder with values from the given instance.
-