Uses of Class
com.oracle.bmc.recovery.requests.FetchProtectedDatabaseConfigurationRequest
-
Packages that use FetchProtectedDatabaseConfigurationRequest Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.requests -
-
Uses of FetchProtectedDatabaseConfigurationRequest in com.oracle.bmc.recovery
Method parameters in com.oracle.bmc.recovery with type arguments of type FetchProtectedDatabaseConfigurationRequest 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 FetchProtectedDatabaseConfigurationRequest in com.oracle.bmc.recovery.requests
Methods in com.oracle.bmc.recovery.requests that return FetchProtectedDatabaseConfigurationRequest Modifier and Type Method Description FetchProtectedDatabaseConfigurationRequest
FetchProtectedDatabaseConfigurationRequest.Builder. build()
Build the instance of FetchProtectedDatabaseConfigurationRequest as configured by this builderFetchProtectedDatabaseConfigurationRequest
FetchProtectedDatabaseConfigurationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of FetchProtectedDatabaseConfigurationRequest as configured by this builderMethods in com.oracle.bmc.recovery.requests with parameters of type FetchProtectedDatabaseConfigurationRequest Modifier and Type Method Description FetchProtectedDatabaseConfigurationRequest.Builder
FetchProtectedDatabaseConfigurationRequest.Builder. copy(FetchProtectedDatabaseConfigurationRequest o)
Copy method to populate the builder with values from the given instance.
-