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