Uses of Class
com.oracle.bmc.database.requests.GetBackupRequest
-
Packages that use GetBackupRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of GetBackupRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type GetBackupRequest Modifier and Type Method Description Waiter<GetBackupRequest,GetBackupResponse>
DatabaseWaiters. forBackup(GetBackupRequest request, Backup.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetBackupRequest,GetBackupResponse>
DatabaseWaiters. forBackup(GetBackupRequest request, Backup.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetBackupRequest,GetBackupResponse>
DatabaseWaiters. forBackup(GetBackupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Backup.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.database with parameters of type GetBackupRequest Modifier and Type Method Description Waiter<GetBackupRequest,GetBackupResponse>
DatabaseWaiters. forBackup(GetBackupRequest request, Backup.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetBackupRequest,GetBackupResponse>
DatabaseWaiters. forBackup(GetBackupRequest request, Backup.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetBackupRequest,GetBackupResponse>
DatabaseWaiters. forBackup(GetBackupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Backup.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetBackupResponse
Database. getBackup(GetBackupRequest request)
Gets information about the specified backup.Future<GetBackupResponse>
DatabaseAsync. getBackup(GetBackupRequest request, AsyncHandler<GetBackupRequest,GetBackupResponse> handler)
Gets information about the specified backup.Future<GetBackupResponse>
DatabaseAsyncClient. getBackup(GetBackupRequest request, AsyncHandler<GetBackupRequest,GetBackupResponse> handler)
GetBackupResponse
DatabaseClient. getBackup(GetBackupRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type GetBackupRequest Modifier and Type Method Description Future<GetBackupResponse>
DatabaseAsync. getBackup(GetBackupRequest request, AsyncHandler<GetBackupRequest,GetBackupResponse> handler)
Gets information about the specified backup.Future<GetBackupResponse>
DatabaseAsyncClient. getBackup(GetBackupRequest request, AsyncHandler<GetBackupRequest,GetBackupResponse> handler)
-
Uses of GetBackupRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return GetBackupRequest Modifier and Type Method Description GetBackupRequest
GetBackupRequest.Builder. build()
Build the instance of GetBackupRequest as configured by this builderGetBackupRequest
GetBackupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetBackupRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type GetBackupRequest Modifier and Type Method Description GetBackupRequest.Builder
GetBackupRequest.Builder. copy(GetBackupRequest o)
Copy method to populate the builder with values from the given instance.
-