| Package | Description |
|---|---|
| software.amazon.awssdk.core.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
WaiterImpl.runAsync(WaiterParameters<InputT> waiterParameters,
WaiterHandler callback)
Polls asynchronously until it is determined that the resource
transitioned into the desired state or not.
|
Future<Void> |
Waiter.runAsync(WaiterParameters<InputT> waiterParameters,
WaiterHandler callback)
Polls asynchronously until it is determined that the resource
transitioned into the desired state or not.
|
Copyright © 2020. All rights reserved.