Uses of Class
com.oracle.bmc.mysql.requests.GetBackupRequest
-
Packages that use GetBackupRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests -
-
Uses of GetBackupRequest in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql that return types with arguments of type GetBackupRequest 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.Methods in com.oracle.bmc.mysql with parameters of type GetBackupRequest 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.GetBackupResponse
DbBackups. getBackup(GetBackupRequest request)
Get information about the specified BackupFuture<GetBackupResponse>
DbBackupsAsync. getBackup(GetBackupRequest request, AsyncHandler<GetBackupRequest,GetBackupResponse> handler)
Get information about the specified BackupFuture<GetBackupResponse>
DbBackupsAsyncClient. getBackup(GetBackupRequest request, AsyncHandler<GetBackupRequest,GetBackupResponse> handler)
GetBackupResponse
DbBackupsClient. getBackup(GetBackupRequest request)
Method parameters in com.oracle.bmc.mysql with type arguments of type GetBackupRequest 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 GetBackupRequest in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.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.mysql.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.
-