Uses of Class
com.oracle.bmc.database.requests.CreateExternalBackupJobRequest
-
Packages that use CreateExternalBackupJobRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of CreateExternalBackupJobRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type CreateExternalBackupJobRequest Modifier and Type Method Description Waiter<CreateExternalBackupJobRequest,CreateExternalBackupJobResponse>
DatabaseWaiters. forCreateExternalBackupJob(CreateExternalBackupJobRequest request)
Creates a newWaiter
using the default configuration.Waiter<CreateExternalBackupJobRequest,CreateExternalBackupJobResponse>
DatabaseWaiters. forCreateExternalBackupJob(CreateExternalBackupJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type CreateExternalBackupJobRequest Modifier and Type Method Description Future<CreateExternalBackupJobResponse>
DatabaseAsync. createExternalBackupJob(CreateExternalBackupJobRequest request, AsyncHandler<CreateExternalBackupJobRequest,CreateExternalBackupJobResponse> handler)
Creates a new backup resource and returns the information the caller needs to back up an on-premises Oracle Database to Oracle Cloud Infrastructure.Future<CreateExternalBackupJobResponse>
DatabaseAsyncClient. createExternalBackupJob(CreateExternalBackupJobRequest request, AsyncHandler<CreateExternalBackupJobRequest,CreateExternalBackupJobResponse> handler)
-
Uses of CreateExternalBackupJobRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return CreateExternalBackupJobRequest Modifier and Type Method Description CreateExternalBackupJobRequest
CreateExternalBackupJobRequest.Builder. build()
Build the instance of CreateExternalBackupJobRequest as configured by this builderCreateExternalBackupJobRequest
CreateExternalBackupJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateExternalBackupJobRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type CreateExternalBackupJobRequest Modifier and Type Method Description CreateExternalBackupJobRequest.Builder
CreateExternalBackupJobRequest.Builder. copy(CreateExternalBackupJobRequest o)
Copy method to populate the builder with values from the given instance.
-