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