| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.waiters |
| Modifier and Type | Method and Description |
|---|---|
static Ec2AsyncWaiter.Builder |
Ec2AsyncWaiter.builder()
Create a builder that can be used to configure and create a
Ec2AsyncWaiter. |
Ec2AsyncWaiter.Builder |
Ec2AsyncWaiter.Builder.client(Ec2AsyncClient client)
Sets a custom
Ec2AsyncClient that will be used to poll the resource |
default Ec2AsyncWaiter.Builder |
Ec2AsyncWaiter.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() |
Ec2AsyncWaiter.Builder |
Ec2AsyncWaiter.Builder.overrideConfiguration(WaiterOverrideConfiguration overrideConfiguration)
Defines overrides to the default SDK waiter configuration that should be used for waiters created from this
builder
|
Ec2AsyncWaiter.Builder |
Ec2AsyncWaiter.Builder.scheduledExecutorService(ScheduledExecutorService executorService)
Sets a custom
ScheduledExecutorService that will be used to schedule async polling attempts |
Copyright © 2022. All rights reserved.