Uses of Class
com.oracle.bmc.database.requests.ChangeCloudExadataInfrastructureSubscriptionRequest
-
Packages that use ChangeCloudExadataInfrastructureSubscriptionRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of ChangeCloudExadataInfrastructureSubscriptionRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type ChangeCloudExadataInfrastructureSubscriptionRequest Modifier and Type Method Description Waiter<ChangeCloudExadataInfrastructureSubscriptionRequest,ChangeCloudExadataInfrastructureSubscriptionResponse>
DatabaseWaiters. forChangeCloudExadataInfrastructureSubscription(ChangeCloudExadataInfrastructureSubscriptionRequest request)
Creates a newWaiter
using the default configuration.Waiter<ChangeCloudExadataInfrastructureSubscriptionRequest,ChangeCloudExadataInfrastructureSubscriptionResponse>
DatabaseWaiters. forChangeCloudExadataInfrastructureSubscription(ChangeCloudExadataInfrastructureSubscriptionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type ChangeCloudExadataInfrastructureSubscriptionRequest Modifier and Type Method Description Future<ChangeCloudExadataInfrastructureSubscriptionResponse>
DatabaseAsync. changeCloudExadataInfrastructureSubscription(ChangeCloudExadataInfrastructureSubscriptionRequest request, AsyncHandler<ChangeCloudExadataInfrastructureSubscriptionRequest,ChangeCloudExadataInfrastructureSubscriptionResponse> handler)
Associate a cloud Exadata infrastructure with a different subscription.Future<ChangeCloudExadataInfrastructureSubscriptionResponse>
DatabaseAsyncClient. changeCloudExadataInfrastructureSubscription(ChangeCloudExadataInfrastructureSubscriptionRequest request, AsyncHandler<ChangeCloudExadataInfrastructureSubscriptionRequest,ChangeCloudExadataInfrastructureSubscriptionResponse> handler)
-
Uses of ChangeCloudExadataInfrastructureSubscriptionRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ChangeCloudExadataInfrastructureSubscriptionRequest Modifier and Type Method Description ChangeCloudExadataInfrastructureSubscriptionRequest
ChangeCloudExadataInfrastructureSubscriptionRequest.Builder. build()
Build the instance of ChangeCloudExadataInfrastructureSubscriptionRequest as configured by this builderChangeCloudExadataInfrastructureSubscriptionRequest
ChangeCloudExadataInfrastructureSubscriptionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeCloudExadataInfrastructureSubscriptionRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type ChangeCloudExadataInfrastructureSubscriptionRequest Modifier and Type Method Description ChangeCloudExadataInfrastructureSubscriptionRequest.Builder
ChangeCloudExadataInfrastructureSubscriptionRequest.Builder. copy(ChangeCloudExadataInfrastructureSubscriptionRequest o)
Copy method to populate the builder with values from the given instance.
-