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