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