Waiter<GetDeploymentBackupRequest,GetDeploymentBackupResponse> |
GoldenGateWaiters.forDeploymentBackup(GetDeploymentBackupRequest request,
LifecycleState... targetStates) |
Creates a new Waiter using the default configuration.
|
Waiter<GetDeploymentBackupRequest,GetDeploymentBackupResponse> |
GoldenGateWaiters.forDeploymentBackup(GetDeploymentBackupRequest request,
LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy) |
Creates a new Waiter using the provided configuration.
|
Waiter<GetDeploymentBackupRequest,GetDeploymentBackupResponse> |
GoldenGateWaiters.forDeploymentBackup(GetDeploymentBackupRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleState... targetStates) |
Creates a new Waiter using the provided configuration.
|
GetDeploymentBackupResponse |
GoldenGate.getDeploymentBackup(GetDeploymentBackupRequest request) |
Retrieves a DeploymentBackup.
|
Future<GetDeploymentBackupResponse> |
GoldenGateAsync.getDeploymentBackup(GetDeploymentBackupRequest request,
AsyncHandler<GetDeploymentBackupRequest,GetDeploymentBackupResponse> handler) |
Retrieves a DeploymentBackup.
|
Future<GetDeploymentBackupResponse> |
GoldenGateAsyncClient.getDeploymentBackup(GetDeploymentBackupRequest request,
AsyncHandler<GetDeploymentBackupRequest,GetDeploymentBackupResponse> handler) |
|
GetDeploymentBackupResponse |
GoldenGateClient.getDeploymentBackup(GetDeploymentBackupRequest request) |
|