Uses of Class
com.oracle.bmc.psql.responses.GetBackupResponse
-
Packages that use GetBackupResponse Package Description com.oracle.bmc.psql com.oracle.bmc.psql.responses -
-
Uses of GetBackupResponse in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql that return GetBackupResponse Modifier and Type Method Description GetBackupResponse
Postgresql. getBackup(GetBackupRequest request)
Gets a backup by identifier.GetBackupResponse
PostgresqlClient. getBackup(GetBackupRequest request)
Methods in com.oracle.bmc.psql that return types with arguments of type GetBackupResponse 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.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)
Method parameters in com.oracle.bmc.psql with type arguments of type GetBackupResponse 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 GetBackupResponse in com.oracle.bmc.psql.responses
Methods in com.oracle.bmc.psql.responses that return GetBackupResponse Modifier and Type Method Description GetBackupResponse
GetBackupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.psql.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.
-