Uses of Class
com.oracle.bmc.recovery.requests.CreateProtectedDatabaseRequest
-
Packages that use CreateProtectedDatabaseRequest Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.requests -
-
Uses of CreateProtectedDatabaseRequest in com.oracle.bmc.recovery
Methods in com.oracle.bmc.recovery with parameters of type CreateProtectedDatabaseRequest Modifier and Type Method Description CreateProtectedDatabaseResponse
DatabaseRecovery. createProtectedDatabase(CreateProtectedDatabaseRequest request)
Creates a new Protected Database.Future<CreateProtectedDatabaseResponse>
DatabaseRecoveryAsync. createProtectedDatabase(CreateProtectedDatabaseRequest request, AsyncHandler<CreateProtectedDatabaseRequest,CreateProtectedDatabaseResponse> handler)
Creates a new Protected Database.Future<CreateProtectedDatabaseResponse>
DatabaseRecoveryAsyncClient. createProtectedDatabase(CreateProtectedDatabaseRequest request, AsyncHandler<CreateProtectedDatabaseRequest,CreateProtectedDatabaseResponse> handler)
CreateProtectedDatabaseResponse
DatabaseRecoveryClient. createProtectedDatabase(CreateProtectedDatabaseRequest request)
Method parameters in com.oracle.bmc.recovery with type arguments of type CreateProtectedDatabaseRequest Modifier and Type Method Description Future<CreateProtectedDatabaseResponse>
DatabaseRecoveryAsync. createProtectedDatabase(CreateProtectedDatabaseRequest request, AsyncHandler<CreateProtectedDatabaseRequest,CreateProtectedDatabaseResponse> handler)
Creates a new Protected Database.Future<CreateProtectedDatabaseResponse>
DatabaseRecoveryAsyncClient. createProtectedDatabase(CreateProtectedDatabaseRequest request, AsyncHandler<CreateProtectedDatabaseRequest,CreateProtectedDatabaseResponse> handler)
-
Uses of CreateProtectedDatabaseRequest in com.oracle.bmc.recovery.requests
Methods in com.oracle.bmc.recovery.requests that return CreateProtectedDatabaseRequest Modifier and Type Method Description CreateProtectedDatabaseRequest
CreateProtectedDatabaseRequest.Builder. build()
Build the instance of CreateProtectedDatabaseRequest as configured by this builderCreateProtectedDatabaseRequest
CreateProtectedDatabaseRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateProtectedDatabaseRequest as configured by this builderMethods in com.oracle.bmc.recovery.requests with parameters of type CreateProtectedDatabaseRequest Modifier and Type Method Description CreateProtectedDatabaseRequest.Builder
CreateProtectedDatabaseRequest.Builder. copy(CreateProtectedDatabaseRequest o)
Copy method to populate the builder with values from the given instance.
-