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.databaseMethods in com.oracle.bmc.database that return ChangeDisasterRecoveryConfigurationResponse Modifier and Type Method Description ChangeDisasterRecoveryConfigurationResponseDatabase. changeDisasterRecoveryConfiguration(ChangeDisasterRecoveryConfigurationRequest request)This operation updates the cross-region disaster recovery (DR) details of the standby Autonomous AI Database Serverless database, and must be run on the standby side.ChangeDisasterRecoveryConfigurationResponseDatabaseClient. 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 AI 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.responsesMethods in com.oracle.bmc.database.responses that return ChangeDisasterRecoveryConfigurationResponse Modifier and Type Method Description ChangeDisasterRecoveryConfigurationResponseChangeDisasterRecoveryConfigurationResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ChangeDisasterRecoveryConfigurationResponse Modifier and Type Method Description ChangeDisasterRecoveryConfigurationResponse.BuilderChangeDisasterRecoveryConfigurationResponse.Builder. copy(ChangeDisasterRecoveryConfigurationResponse o)Copy method to populate the builder with values from the given instance.
 
-