Uses of Class
com.oracle.bmc.psql.requests.GetBackupRequest
-
Packages that use GetBackupRequest Package Description com.oracle.bmc.psql com.oracle.bmc.psql.requests -
-
Uses of GetBackupRequest in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql that return types with arguments of type GetBackupRequest Modifier and Type Method Description Waiter<GetBackupRequest,GetBackupResponse>
PostgresqlWaiters. forBackup(GetBackupRequest request, Backup.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetBackupRequest,GetBackupResponse>
PostgresqlWaiters. forBackup(GetBackupRequest request, Backup.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetBackupRequest,GetBackupResponse>
PostgresqlWaiters. forBackup(GetBackupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Backup.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.psql with parameters of type GetBackupRequest Modifier and Type Method Description Waiter<GetBackupRequest,GetBackupResponse>
PostgresqlWaiters. forBackup(GetBackupRequest request, Backup.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetBackupRequest,GetBackupResponse>
PostgresqlWaiters. forBackup(GetBackupRequest request, Backup.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetBackupRequest,GetBackupResponse>
PostgresqlWaiters. forBackup(GetBackupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Backup.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetBackupResponse
Postgresql. getBackup(GetBackupRequest request)
Gets a backup by identifier.Future<GetBackupResponse>
PostgresqlAsync. getBackup(GetBackupRequest request, AsyncHandler<GetBackupRequest,GetBackupResponse> handler)
Gets a backup by identifier.Future<GetBackupResponse>
PostgresqlAsyncClient. getBackup(GetBackupRequest request, AsyncHandler<GetBackupRequest,GetBackupResponse> handler)
GetBackupResponse
PostgresqlClient. getBackup(GetBackupRequest request)
Method parameters in com.oracle.bmc.psql with type arguments of type GetBackupRequest Modifier and Type Method Description Future<GetBackupResponse>
PostgresqlAsync. getBackup(GetBackupRequest request, AsyncHandler<GetBackupRequest,GetBackupResponse> handler)
Gets a backup by identifier.Future<GetBackupResponse>
PostgresqlAsyncClient. getBackup(GetBackupRequest request, AsyncHandler<GetBackupRequest,GetBackupResponse> handler)
-
Uses of GetBackupRequest in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.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.psql.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.
-