Uses of Class
com.oracle.bmc.database.requests.ChangeAutonomousDatabaseSubscriptionRequest
-
Packages that use ChangeAutonomousDatabaseSubscriptionRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of ChangeAutonomousDatabaseSubscriptionRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type ChangeAutonomousDatabaseSubscriptionRequest Modifier and Type Method Description Waiter<ChangeAutonomousDatabaseSubscriptionRequest,ChangeAutonomousDatabaseSubscriptionResponse>
DatabaseWaiters. forChangeAutonomousDatabaseSubscription(ChangeAutonomousDatabaseSubscriptionRequest request)
Creates a newWaiter
using the default configuration.Waiter<ChangeAutonomousDatabaseSubscriptionRequest,ChangeAutonomousDatabaseSubscriptionResponse>
DatabaseWaiters. forChangeAutonomousDatabaseSubscription(ChangeAutonomousDatabaseSubscriptionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type ChangeAutonomousDatabaseSubscriptionRequest 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 ChangeAutonomousDatabaseSubscriptionRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ChangeAutonomousDatabaseSubscriptionRequest Modifier and Type Method Description ChangeAutonomousDatabaseSubscriptionRequest
ChangeAutonomousDatabaseSubscriptionRequest.Builder. build()
Build the instance of ChangeAutonomousDatabaseSubscriptionRequest as configured by this builderChangeAutonomousDatabaseSubscriptionRequest
ChangeAutonomousDatabaseSubscriptionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeAutonomousDatabaseSubscriptionRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type ChangeAutonomousDatabaseSubscriptionRequest Modifier and Type Method Description ChangeAutonomousDatabaseSubscriptionRequest.Builder
ChangeAutonomousDatabaseSubscriptionRequest.Builder. copy(ChangeAutonomousDatabaseSubscriptionRequest o)
Copy method to populate the builder with values from the given instance.
-