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.
|
Future<GetDeploymentBackupResponse> |
GoldenGateAsyncClient.getDeploymentBackup(GetDeploymentBackupRequest request,
AsyncHandler<GetDeploymentBackupRequest,GetDeploymentBackupResponse> handler) |
Future<GetDeploymentBackupResponse> |
GoldenGateAsync.getDeploymentBackup(GetDeploymentBackupRequest request,
AsyncHandler<GetDeploymentBackupRequest,GetDeploymentBackupResponse> handler)
Retrieves a DeploymentBackup.
|