| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.waiters |
| Modifier and Type | Method and Description |
|---|---|
static SsmAsyncWaiter.Builder |
SsmAsyncWaiter.builder()
Create a builder that can be used to configure and create a
SsmAsyncWaiter. |
SsmAsyncWaiter.Builder |
SsmAsyncWaiter.Builder.client(SsmAsyncClient client)
Sets a custom
SsmAsyncClient that will be used to poll the resource |
default SsmAsyncWaiter.Builder |
SsmAsyncWaiter.Builder.overrideConfiguration(Consumer<WaiterOverrideConfiguration.Builder> overrideConfiguration)
This is a convenient method to pass the override configuration without the need to create an instance
manually via
WaiterOverrideConfiguration.builder() |
SsmAsyncWaiter.Builder |
SsmAsyncWaiter.Builder.overrideConfiguration(WaiterOverrideConfiguration overrideConfiguration)
Defines overrides to the default SDK waiter configuration that should be used for waiters created from this
builder
|
SsmAsyncWaiter.Builder |
SsmAsyncWaiter.Builder.scheduledExecutorService(ScheduledExecutorService executorService)
Sets a custom
ScheduledExecutorService that will be used to schedule async polling attempts |
Copyright © 2020. All rights reserved.