Uses of Class
com.oracle.bmc.database.responses.GetBackupResponse
-
Packages that use GetBackupResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of GetBackupResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return GetBackupResponse Modifier and Type Method Description GetBackupResponse
Database. getBackup(GetBackupRequest request)
Gets information about the specified backup.GetBackupResponse
DatabaseClient. getBackup(GetBackupRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type GetBackupResponse 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.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)
Method parameters in com.oracle.bmc.database with type arguments of type GetBackupResponse 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 GetBackupResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return GetBackupResponse Modifier and Type Method Description GetBackupResponse
GetBackupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type GetBackupResponse Modifier and Type Method Description GetBackupResponse.Builder
GetBackupResponse.Builder. copy(GetBackupResponse o)
Copy method to populate the builder with values from the given instance.
-