Uses of Class
com.oracle.bmc.database.responses.ChangeDisasterRecoveryConfigurationResponse
-
Packages that use ChangeDisasterRecoveryConfigurationResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ChangeDisasterRecoveryConfigurationResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ChangeDisasterRecoveryConfigurationResponse Modifier and Type Method Description ChangeDisasterRecoveryConfigurationResponse
Database. changeDisasterRecoveryConfiguration(ChangeDisasterRecoveryConfigurationRequest request)
This operation updates the cross-region disaster recovery (DR) details of the standby Autonomous Database Serverless database, and must be run on the standby side.ChangeDisasterRecoveryConfigurationResponse
DatabaseClient. changeDisasterRecoveryConfiguration(ChangeDisasterRecoveryConfigurationRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type ChangeDisasterRecoveryConfigurationResponse Modifier and Type Method Description Future<ChangeDisasterRecoveryConfigurationResponse>
DatabaseAsync. changeDisasterRecoveryConfiguration(ChangeDisasterRecoveryConfigurationRequest request, AsyncHandler<ChangeDisasterRecoveryConfigurationRequest,ChangeDisasterRecoveryConfigurationResponse> handler)
This operation updates the cross-region disaster recovery (DR) details of the standby Autonomous Database Serverless database, and must be run on the standby side.Future<ChangeDisasterRecoveryConfigurationResponse>
DatabaseAsyncClient. changeDisasterRecoveryConfiguration(ChangeDisasterRecoveryConfigurationRequest request, AsyncHandler<ChangeDisasterRecoveryConfigurationRequest,ChangeDisasterRecoveryConfigurationResponse> handler)
-
Uses of ChangeDisasterRecoveryConfigurationResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ChangeDisasterRecoveryConfigurationResponse Modifier and Type Method Description ChangeDisasterRecoveryConfigurationResponse
ChangeDisasterRecoveryConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ChangeDisasterRecoveryConfigurationResponse Modifier and Type Method Description ChangeDisasterRecoveryConfigurationResponse.Builder
ChangeDisasterRecoveryConfigurationResponse.Builder. copy(ChangeDisasterRecoveryConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-