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