Waiter<GetDelegationControlRequest,GetDelegationControlResponse> |
DelegateAccessControlWaiters.forDelegationControl(GetDelegationControlRequest request,
DelegationControl.LifecycleState... targetStates) |
Creates a new Waiter using the default configuration.
|
Waiter<GetDelegationControlRequest,GetDelegationControlResponse> |
DelegateAccessControlWaiters.forDelegationControl(GetDelegationControlRequest request,
DelegationControl.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy) |
Creates a new Waiter using the provided configuration.
|
Waiter<GetDelegationControlRequest,GetDelegationControlResponse> |
DelegateAccessControlWaiters.forDelegationControl(GetDelegationControlRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
DelegationControl.LifecycleState... targetStates) |
Creates a new Waiter using the provided configuration.
|
GetDelegationControlResponse |
DelegateAccessControl.getDelegationControl(GetDelegationControlRequest request) |
Gets the Delegation Control associated with the specified Delegation Control ID.
|
Future<GetDelegationControlResponse> |
DelegateAccessControlAsync.getDelegationControl(GetDelegationControlRequest request,
AsyncHandler<GetDelegationControlRequest,GetDelegationControlResponse> handler) |
Gets the Delegation Control associated with the specified Delegation Control ID.
|
Future<GetDelegationControlResponse> |
DelegateAccessControlAsyncClient.getDelegationControl(GetDelegationControlRequest request,
AsyncHandler<GetDelegationControlRequest,GetDelegationControlResponse> handler) |
|
GetDelegationControlResponse |
DelegateAccessControlClient.getDelegationControl(GetDelegationControlRequest request) |
|