@Generated(value="software.amazon.awssdk:codegen") public interface GlacierWaiter extends SdkAutoCloseable
builder() method| Modifier and Type | Interface and Description |
|---|---|
static interface |
GlacierWaiter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GlacierWaiter.Builder |
builder()
Create a builder that can be used to configure and create a
GlacierWaiter. |
static GlacierWaiter |
create()
Create an instance of
GlacierWaiter with the default configuration. |
default WaiterResponse<DescribeVaultResponse> |
waitUntilVaultExists(Consumer<DescribeVaultRequest.Builder> describeVaultRequest)
Polls
GlacierClient.describeVault(software.amazon.awssdk.services.glacier.model.DescribeVaultRequest) API until the desired condition VaultExists is met, or until it
is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeVaultResponse> |
waitUntilVaultExists(Consumer<DescribeVaultRequest.Builder> describeVaultRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
GlacierClient.describeVault(software.amazon.awssdk.services.glacier.model.DescribeVaultRequest) API until the desired condition VaultExists is met, or until it
is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeVaultResponse> |
waitUntilVaultExists(DescribeVaultRequest describeVaultRequest)
Polls
GlacierClient.describeVault(software.amazon.awssdk.services.glacier.model.DescribeVaultRequest) API until the desired condition VaultExists is met, or until it
is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeVaultResponse> |
waitUntilVaultExists(DescribeVaultRequest describeVaultRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
GlacierClient.describeVault(software.amazon.awssdk.services.glacier.model.DescribeVaultRequest) API until the desired condition VaultExists is met, or until it
is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeVaultResponse> |
waitUntilVaultNotExists(Consumer<DescribeVaultRequest.Builder> describeVaultRequest)
Polls
GlacierClient.describeVault(software.amazon.awssdk.services.glacier.model.DescribeVaultRequest) API until the desired condition VaultNotExists is met, or until
it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeVaultResponse> |
waitUntilVaultNotExists(Consumer<DescribeVaultRequest.Builder> describeVaultRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
GlacierClient.describeVault(software.amazon.awssdk.services.glacier.model.DescribeVaultRequest) API until the desired condition VaultNotExists is met, or until
it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeVaultResponse> |
waitUntilVaultNotExists(DescribeVaultRequest describeVaultRequest)
Polls
GlacierClient.describeVault(software.amazon.awssdk.services.glacier.model.DescribeVaultRequest) API until the desired condition VaultNotExists is met, or until
it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeVaultResponse> |
waitUntilVaultNotExists(DescribeVaultRequest describeVaultRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
GlacierClient.describeVault(software.amazon.awssdk.services.glacier.model.DescribeVaultRequest) API until the desired condition VaultNotExists is met, or until
it is determined that the resource will never enter into the desired state |
closedefault WaiterResponse<DescribeVaultResponse> waitUntilVaultExists(DescribeVaultRequest describeVaultRequest)
GlacierClient.describeVault(software.amazon.awssdk.services.glacier.model.DescribeVaultRequest) API until the desired condition VaultExists is met, or until it
is determined that the resource will never enter into the desired statedescribeVaultRequest - the request to be used for pollingdefault WaiterResponse<DescribeVaultResponse> waitUntilVaultExists(Consumer<DescribeVaultRequest.Builder> describeVaultRequest)
GlacierClient.describeVault(software.amazon.awssdk.services.glacier.model.DescribeVaultRequest) API until the desired condition VaultExists 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 DescribeVaultRequest.builder()
describeVaultRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeVaultResponse> waitUntilVaultExists(DescribeVaultRequest describeVaultRequest, WaiterOverrideConfiguration overrideConfig)
GlacierClient.describeVault(software.amazon.awssdk.services.glacier.model.DescribeVaultRequest) API until the desired condition VaultExists is met, or until it
is determined that the resource will never enter into the desired statedescribeVaultRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeVaultResponse> waitUntilVaultExists(Consumer<DescribeVaultRequest.Builder> describeVaultRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
GlacierClient.describeVault(software.amazon.awssdk.services.glacier.model.DescribeVaultRequest) API until the desired condition VaultExists 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
describeVaultRequest - 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<DescribeVaultResponse> waitUntilVaultNotExists(DescribeVaultRequest describeVaultRequest)
GlacierClient.describeVault(software.amazon.awssdk.services.glacier.model.DescribeVaultRequest) API until the desired condition VaultNotExists is met, or until
it is determined that the resource will never enter into the desired statedescribeVaultRequest - the request to be used for pollingdefault WaiterResponse<DescribeVaultResponse> waitUntilVaultNotExists(Consumer<DescribeVaultRequest.Builder> describeVaultRequest)
GlacierClient.describeVault(software.amazon.awssdk.services.glacier.model.DescribeVaultRequest) API until the desired condition VaultNotExists 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 DescribeVaultRequest.builder()
describeVaultRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeVaultResponse> waitUntilVaultNotExists(DescribeVaultRequest describeVaultRequest, WaiterOverrideConfiguration overrideConfig)
GlacierClient.describeVault(software.amazon.awssdk.services.glacier.model.DescribeVaultRequest) API until the desired condition VaultNotExists is met, or until
it is determined that the resource will never enter into the desired statedescribeVaultRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeVaultResponse> waitUntilVaultNotExists(Consumer<DescribeVaultRequest.Builder> describeVaultRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
GlacierClient.describeVault(software.amazon.awssdk.services.glacier.model.DescribeVaultRequest) API until the desired condition VaultNotExists 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
describeVaultRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersstatic GlacierWaiter.Builder builder()
GlacierWaiter.static GlacierWaiter create()
GlacierWaiter with the default configuration.
A default GlacierClient 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.
GlacierWaiterCopyright © 2023. All rights reserved.