Uses of Class
com.oracle.bmc.recovery.responses.ChangeProtectedDatabaseSubscriptionResponse
-
Packages that use ChangeProtectedDatabaseSubscriptionResponse Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.responses -
-
Uses of ChangeProtectedDatabaseSubscriptionResponse in com.oracle.bmc.recovery
Methods in com.oracle.bmc.recovery that return ChangeProtectedDatabaseSubscriptionResponse Modifier and Type Method Description ChangeProtectedDatabaseSubscriptionResponse
DatabaseRecovery. changeProtectedDatabaseSubscription(ChangeProtectedDatabaseSubscriptionRequest request)
Associates the protected database with a new cloud service environment, such as Microsoft Azure.ChangeProtectedDatabaseSubscriptionResponse
DatabaseRecoveryClient. changeProtectedDatabaseSubscription(ChangeProtectedDatabaseSubscriptionRequest request)
Methods in com.oracle.bmc.recovery that return types with arguments of type ChangeProtectedDatabaseSubscriptionResponse 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)
Method parameters in com.oracle.bmc.recovery with type arguments of type ChangeProtectedDatabaseSubscriptionResponse 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 ChangeProtectedDatabaseSubscriptionResponse in com.oracle.bmc.recovery.responses
Methods in com.oracle.bmc.recovery.responses that return ChangeProtectedDatabaseSubscriptionResponse Modifier and Type Method Description ChangeProtectedDatabaseSubscriptionResponse
ChangeProtectedDatabaseSubscriptionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.recovery.responses with parameters of type ChangeProtectedDatabaseSubscriptionResponse Modifier and Type Method Description ChangeProtectedDatabaseSubscriptionResponse.Builder
ChangeProtectedDatabaseSubscriptionResponse.Builder. copy(ChangeProtectedDatabaseSubscriptionResponse o)
Copy method to populate the builder with values from the given instance.
-