| Package | Description |
|---|---|
| software.amazon.awssdk.core.waiters |
| Modifier and Type | Method and Description |
|---|---|
PollingStrategy |
WaiterParameters.getPollingStrategy() |
PollingStrategy |
WaiterExecutionBuilder.getPollingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
WaiterBuilder<InputT,OutputT,ErrorT> |
WaiterBuilder.withDefaultPollingStrategy(PollingStrategy pollingStrategy) |
WaiterParameters<InputT> |
WaiterParameters.withPollingStrategy(PollingStrategy pollingStrategy)
Constructs a new WaiterParameters with the given polling strategy
|
WaiterExecutionBuilder<InputT,OutputT,ErrorT> |
WaiterExecutionBuilder.withPollingStrategy(PollingStrategy pollingStrategy) |
Copyright © 2020. All rights reserved.