Uses of Class
com.oracle.bmc.mysql.responses.GetBackupResponse
-
Packages that use GetBackupResponse Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.responses -
-
Uses of GetBackupResponse in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql that return GetBackupResponse Modifier and Type Method Description GetBackupResponse
DbBackups. getBackup(GetBackupRequest request)
Get information about the specified BackupGetBackupResponse
DbBackupsClient. getBackup(GetBackupRequest request)
Methods in com.oracle.bmc.mysql that return types with arguments of type GetBackupResponse Modifier and Type Method Description Waiter<GetBackupRequest,GetBackupResponse>
DbBackupsWaiters. forBackup(GetBackupRequest request, Backup.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetBackupRequest,GetBackupResponse>
DbBackupsWaiters. forBackup(GetBackupRequest request, Backup.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetBackupRequest,GetBackupResponse>
DbBackupsWaiters. forBackup(GetBackupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Backup.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetBackupResponse>
DbBackupsAsync. getBackup(GetBackupRequest request, AsyncHandler<GetBackupRequest,GetBackupResponse> handler)
Get information about the specified BackupFuture<GetBackupResponse>
DbBackupsAsyncClient. getBackup(GetBackupRequest request, AsyncHandler<GetBackupRequest,GetBackupResponse> handler)
Method parameters in com.oracle.bmc.mysql with type arguments of type GetBackupResponse Modifier and Type Method Description Future<GetBackupResponse>
DbBackupsAsync. getBackup(GetBackupRequest request, AsyncHandler<GetBackupRequest,GetBackupResponse> handler)
Get information about the specified BackupFuture<GetBackupResponse>
DbBackupsAsyncClient. getBackup(GetBackupRequest request, AsyncHandler<GetBackupRequest,GetBackupResponse> handler)
-
Uses of GetBackupResponse in com.oracle.bmc.mysql.responses
Methods in com.oracle.bmc.mysql.responses that return GetBackupResponse Modifier and Type Method Description GetBackupResponse
GetBackupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mysql.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.
-