@Generated(value="software.amazon.awssdk:codegen") public interface DynamoDbWaiter extends SdkAutoCloseable
builder()
methodModifier and Type | Interface and Description |
---|---|
static interface |
DynamoDbWaiter.Builder |
Modifier and Type | Method and Description |
---|---|
static DynamoDbWaiter.Builder |
builder()
Create a builder that can be used to configure and create a
DynamoDbWaiter . |
static DynamoDbWaiter |
create()
Create an instance of
DynamoDbWaiter with the default configuration. |
default WaiterResponse<DescribeTableResponse> |
waitUntilTableExists(Consumer<DescribeTableRequest.Builder> describeTableRequest)
Polls
DynamoDbClient.describeTable(software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest) API until the desired condition TableExists is met, or until
it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeTableResponse> |
waitUntilTableExists(Consumer<DescribeTableRequest.Builder> describeTableRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
DynamoDbClient.describeTable(software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest) API until the desired condition TableExists is met, or until
it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeTableResponse> |
waitUntilTableExists(DescribeTableRequest describeTableRequest)
Polls
DynamoDbClient.describeTable(software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest) API until the desired condition TableExists is met, or until
it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeTableResponse> |
waitUntilTableExists(DescribeTableRequest describeTableRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
DynamoDbClient.describeTable(software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest) API until the desired condition TableExists is met, or until
it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeTableResponse> |
waitUntilTableNotExists(Consumer<DescribeTableRequest.Builder> describeTableRequest)
Polls
DynamoDbClient.describeTable(software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest) API until the desired condition TableNotExists is met, or
until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeTableResponse> |
waitUntilTableNotExists(Consumer<DescribeTableRequest.Builder> describeTableRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
DynamoDbClient.describeTable(software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest) API until the desired condition TableNotExists is met, or
until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeTableResponse> |
waitUntilTableNotExists(DescribeTableRequest describeTableRequest)
Polls
DynamoDbClient.describeTable(software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest) API until the desired condition TableNotExists is met, or
until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeTableResponse> |
waitUntilTableNotExists(DescribeTableRequest describeTableRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
DynamoDbClient.describeTable(software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest) API until the desired condition TableNotExists is met, or
until it is determined that the resource will never enter into the desired state |
close
default WaiterResponse<DescribeTableResponse> waitUntilTableExists(DescribeTableRequest describeTableRequest)
DynamoDbClient.describeTable(software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest)
API until the desired condition TableExists
is met, or until
it is determined that the resource will never enter into the desired statedescribeTableRequest
- the request to be used for pollingdefault WaiterResponse<DescribeTableResponse> waitUntilTableExists(Consumer<DescribeTableRequest.Builder> describeTableRequest)
DynamoDbClient.describeTable(software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest)
API until the desired condition TableExists
is met, or until
it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeTableRequest.builder()
describeTableRequest
- The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeTableResponse> waitUntilTableExists(DescribeTableRequest describeTableRequest, WaiterOverrideConfiguration overrideConfig)
DynamoDbClient.describeTable(software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest)
API until the desired condition TableExists
is met, or until
it is determined that the resource will never enter into the desired statedescribeTableRequest
- The request to be used for pollingoverrideConfig
- Per request override configuration for waitersdefault WaiterResponse<DescribeTableResponse> waitUntilTableExists(Consumer<DescribeTableRequest.Builder> describeTableRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
DynamoDbClient.describeTable(software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest)
API until the desired condition TableExists
is met, or until
it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeTableRequest
- The consumer that will configure the request to be used for pollingoverrideConfig
- The consumer that will configure the per request override configuration for waitersdefault WaiterResponse<DescribeTableResponse> waitUntilTableNotExists(DescribeTableRequest describeTableRequest)
DynamoDbClient.describeTable(software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest)
API until the desired condition TableNotExists
is met, or
until it is determined that the resource will never enter into the desired statedescribeTableRequest
- the request to be used for pollingdefault WaiterResponse<DescribeTableResponse> waitUntilTableNotExists(Consumer<DescribeTableRequest.Builder> describeTableRequest)
DynamoDbClient.describeTable(software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest)
API until the desired condition TableNotExists
is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeTableRequest.builder()
describeTableRequest
- The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeTableResponse> waitUntilTableNotExists(DescribeTableRequest describeTableRequest, WaiterOverrideConfiguration overrideConfig)
DynamoDbClient.describeTable(software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest)
API until the desired condition TableNotExists
is met, or
until it is determined that the resource will never enter into the desired statedescribeTableRequest
- The request to be used for pollingoverrideConfig
- Per request override configuration for waitersdefault WaiterResponse<DescribeTableResponse> waitUntilTableNotExists(Consumer<DescribeTableRequest.Builder> describeTableRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
DynamoDbClient.describeTable(software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest)
API until the desired condition TableNotExists
is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeTableRequest
- The consumer that will configure the request to be used for pollingoverrideConfig
- The consumer that will configure the per request override configuration for waitersstatic DynamoDbWaiter.Builder builder()
DynamoDbWaiter
.static DynamoDbWaiter create()
DynamoDbWaiter
with the default configuration.
A default DynamoDbClient
will be created to poll resources. It is recommended to share a single
instance of the waiter created via this method. If it is not desirable to share a waiter instance, invoke
SdkAutoCloseable.close()
to release the resources once the waiter is not needed.
DynamoDbWaiter
Copyright © 2021. All rights reserved.