Uses of Class
com.oracle.bmc.recovery.requests.ChangeProtectedDatabaseSubscriptionRequest
-
Packages that use ChangeProtectedDatabaseSubscriptionRequest Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.requests -
-
Uses of ChangeProtectedDatabaseSubscriptionRequest in com.oracle.bmc.recovery
Method parameters in com.oracle.bmc.recovery with type arguments of type ChangeProtectedDatabaseSubscriptionRequest Modifier and Type Method Description Future<ChangeProtectedDatabaseSubscriptionResponse>
DatabaseRecoveryAsync. changeProtectedDatabaseSubscription(ChangeProtectedDatabaseSubscriptionRequest request, AsyncHandler<ChangeProtectedDatabaseSubscriptionRequest,ChangeProtectedDatabaseSubscriptionResponse> handler)
Associates the protected database with a new cloud service environment, such as Microsoft Azure.Future<ChangeProtectedDatabaseSubscriptionResponse>
DatabaseRecoveryAsyncClient. changeProtectedDatabaseSubscription(ChangeProtectedDatabaseSubscriptionRequest request, AsyncHandler<ChangeProtectedDatabaseSubscriptionRequest,ChangeProtectedDatabaseSubscriptionResponse> handler)
-
Uses of ChangeProtectedDatabaseSubscriptionRequest in com.oracle.bmc.recovery.requests
Methods in com.oracle.bmc.recovery.requests that return ChangeProtectedDatabaseSubscriptionRequest Modifier and Type Method Description ChangeProtectedDatabaseSubscriptionRequest
ChangeProtectedDatabaseSubscriptionRequest.Builder. build()
Build the instance of ChangeProtectedDatabaseSubscriptionRequest as configured by this builderChangeProtectedDatabaseSubscriptionRequest
ChangeProtectedDatabaseSubscriptionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeProtectedDatabaseSubscriptionRequest as configured by this builderMethods in com.oracle.bmc.recovery.requests with parameters of type ChangeProtectedDatabaseSubscriptionRequest Modifier and Type Method Description ChangeProtectedDatabaseSubscriptionRequest.Builder
ChangeProtectedDatabaseSubscriptionRequest.Builder. copy(ChangeProtectedDatabaseSubscriptionRequest o)
Copy method to populate the builder with values from the given instance.
-