Interface | Description |
---|---|
AsyncWaiter<T> |
Waiter utility class that waits for a resource to transition to the desired state asynchronously
|
AsyncWaiter.Builder<T> |
The Waiter Builder
|
Waiter<T> |
Waiter utility class that waits for a resource to transition to the desired state.
|
Waiter.Builder<T> |
The Waiter Builder
|
WaiterAcceptor<T> |
Inspects the response or errors returned from the operation and determines whether an expected state is met and returns the
next
WaiterState that the waiter should be transitioned to. |
WaiterBuilder<T,B> | |
WaiterResponse<T> |
The response returned from a waiter operation
|
Class | Description |
---|---|
WaiterOverrideConfiguration |
Configuration values for the
Waiter . |
WaiterOverrideConfiguration.Builder |
Enum | Description |
---|---|
WaiterState |
Copyright © 2020. All rights reserved.