Uses of Class
com.oracle.bmc.recovery.responses.FetchProtectedDatabaseConfigurationResponse
-
Packages that use FetchProtectedDatabaseConfigurationResponse Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.responses -
-
Uses of FetchProtectedDatabaseConfigurationResponse in com.oracle.bmc.recovery
Methods in com.oracle.bmc.recovery that return FetchProtectedDatabaseConfigurationResponse Modifier and Type Method Description FetchProtectedDatabaseConfigurationResponse
DatabaseRecovery. fetchProtectedDatabaseConfiguration(FetchProtectedDatabaseConfigurationRequest request)
Downloads the network service configuration file ‘tnsnames.ora’ for a specified protected database.FetchProtectedDatabaseConfigurationResponse
DatabaseRecoveryClient. fetchProtectedDatabaseConfiguration(FetchProtectedDatabaseConfigurationRequest request)
Methods in com.oracle.bmc.recovery that return types with arguments of type FetchProtectedDatabaseConfigurationResponse Modifier and Type Method Description Future<FetchProtectedDatabaseConfigurationResponse>
DatabaseRecoveryAsync. fetchProtectedDatabaseConfiguration(FetchProtectedDatabaseConfigurationRequest request, AsyncHandler<FetchProtectedDatabaseConfigurationRequest,FetchProtectedDatabaseConfigurationResponse> handler)
Downloads the network service configuration file ‘tnsnames.ora’ for a specified protected database.Future<FetchProtectedDatabaseConfigurationResponse>
DatabaseRecoveryAsyncClient. fetchProtectedDatabaseConfiguration(FetchProtectedDatabaseConfigurationRequest request, AsyncHandler<FetchProtectedDatabaseConfigurationRequest,FetchProtectedDatabaseConfigurationResponse> handler)
Method parameters in com.oracle.bmc.recovery with type arguments of type FetchProtectedDatabaseConfigurationResponse Modifier and Type Method Description Future<FetchProtectedDatabaseConfigurationResponse>
DatabaseRecoveryAsync. fetchProtectedDatabaseConfiguration(FetchProtectedDatabaseConfigurationRequest request, AsyncHandler<FetchProtectedDatabaseConfigurationRequest,FetchProtectedDatabaseConfigurationResponse> handler)
Downloads the network service configuration file ‘tnsnames.ora’ for a specified protected database.Future<FetchProtectedDatabaseConfigurationResponse>
DatabaseRecoveryAsyncClient. fetchProtectedDatabaseConfiguration(FetchProtectedDatabaseConfigurationRequest request, AsyncHandler<FetchProtectedDatabaseConfigurationRequest,FetchProtectedDatabaseConfigurationResponse> handler)
-
Uses of FetchProtectedDatabaseConfigurationResponse in com.oracle.bmc.recovery.responses
Methods in com.oracle.bmc.recovery.responses that return FetchProtectedDatabaseConfigurationResponse Modifier and Type Method Description FetchProtectedDatabaseConfigurationResponse
FetchProtectedDatabaseConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.recovery.responses with parameters of type FetchProtectedDatabaseConfigurationResponse Modifier and Type Method Description FetchProtectedDatabaseConfigurationResponse.Builder
FetchProtectedDatabaseConfigurationResponse.Builder. copy(FetchProtectedDatabaseConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-