@Generated(value="software.amazon.awssdk:codegen") public interface AmpWaiter extends SdkAutoCloseable
builder() method| Modifier and Type | Interface and Description |
|---|---|
static interface |
AmpWaiter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AmpWaiter.Builder |
builder()
Create a builder that can be used to configure and create a
AmpWaiter. |
static AmpWaiter |
create()
Create an instance of
AmpWaiter with the default configuration. |
default WaiterResponse<DescribeWorkspaceResponse> |
waitUntilWorkspaceActive(Consumer<DescribeWorkspaceRequest.Builder> describeWorkspaceRequest)
Polls
AmpClient.describeWorkspace(software.amazon.awssdk.services.amp.model.DescribeWorkspaceRequest) API until the desired condition WorkspaceActive is met, or
until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeWorkspaceResponse> |
waitUntilWorkspaceActive(Consumer<DescribeWorkspaceRequest.Builder> describeWorkspaceRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
AmpClient.describeWorkspace(software.amazon.awssdk.services.amp.model.DescribeWorkspaceRequest) API until the desired condition WorkspaceActive is met, or
until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeWorkspaceResponse> |
waitUntilWorkspaceActive(DescribeWorkspaceRequest describeWorkspaceRequest)
Polls
AmpClient.describeWorkspace(software.amazon.awssdk.services.amp.model.DescribeWorkspaceRequest) API until the desired condition WorkspaceActive is met, or
until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeWorkspaceResponse> |
waitUntilWorkspaceActive(DescribeWorkspaceRequest describeWorkspaceRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
AmpClient.describeWorkspace(software.amazon.awssdk.services.amp.model.DescribeWorkspaceRequest) API until the desired condition WorkspaceActive is met, or
until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeWorkspaceResponse> |
waitUntilWorkspaceDeleted(Consumer<DescribeWorkspaceRequest.Builder> describeWorkspaceRequest)
Polls
AmpClient.describeWorkspace(software.amazon.awssdk.services.amp.model.DescribeWorkspaceRequest) API until the desired condition WorkspaceDeleted is met, or
until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeWorkspaceResponse> |
waitUntilWorkspaceDeleted(Consumer<DescribeWorkspaceRequest.Builder> describeWorkspaceRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
AmpClient.describeWorkspace(software.amazon.awssdk.services.amp.model.DescribeWorkspaceRequest) API until the desired condition WorkspaceDeleted is met, or
until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeWorkspaceResponse> |
waitUntilWorkspaceDeleted(DescribeWorkspaceRequest describeWorkspaceRequest)
Polls
AmpClient.describeWorkspace(software.amazon.awssdk.services.amp.model.DescribeWorkspaceRequest) API until the desired condition WorkspaceDeleted is met, or
until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeWorkspaceResponse> |
waitUntilWorkspaceDeleted(DescribeWorkspaceRequest describeWorkspaceRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
AmpClient.describeWorkspace(software.amazon.awssdk.services.amp.model.DescribeWorkspaceRequest) API until the desired condition WorkspaceDeleted is met, or
until it is determined that the resource will never enter into the desired state |
closedefault WaiterResponse<DescribeWorkspaceResponse> waitUntilWorkspaceActive(DescribeWorkspaceRequest describeWorkspaceRequest)
AmpClient.describeWorkspace(software.amazon.awssdk.services.amp.model.DescribeWorkspaceRequest) API until the desired condition WorkspaceActive is met, or
until it is determined that the resource will never enter into the desired statedescribeWorkspaceRequest - the request to be used for pollingdefault WaiterResponse<DescribeWorkspaceResponse> waitUntilWorkspaceActive(Consumer<DescribeWorkspaceRequest.Builder> describeWorkspaceRequest)
AmpClient.describeWorkspace(software.amazon.awssdk.services.amp.model.DescribeWorkspaceRequest) API until the desired condition WorkspaceActive 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 DescribeWorkspaceRequest.builder()
describeWorkspaceRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeWorkspaceResponse> waitUntilWorkspaceActive(DescribeWorkspaceRequest describeWorkspaceRequest, WaiterOverrideConfiguration overrideConfig)
AmpClient.describeWorkspace(software.amazon.awssdk.services.amp.model.DescribeWorkspaceRequest) API until the desired condition WorkspaceActive is met, or
until it is determined that the resource will never enter into the desired statedescribeWorkspaceRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeWorkspaceResponse> waitUntilWorkspaceActive(Consumer<DescribeWorkspaceRequest.Builder> describeWorkspaceRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
AmpClient.describeWorkspace(software.amazon.awssdk.services.amp.model.DescribeWorkspaceRequest) API until the desired condition WorkspaceActive 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
describeWorkspaceRequest - 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<DescribeWorkspaceResponse> waitUntilWorkspaceDeleted(DescribeWorkspaceRequest describeWorkspaceRequest)
AmpClient.describeWorkspace(software.amazon.awssdk.services.amp.model.DescribeWorkspaceRequest) API until the desired condition WorkspaceDeleted is met, or
until it is determined that the resource will never enter into the desired statedescribeWorkspaceRequest - the request to be used for pollingdefault WaiterResponse<DescribeWorkspaceResponse> waitUntilWorkspaceDeleted(Consumer<DescribeWorkspaceRequest.Builder> describeWorkspaceRequest)
AmpClient.describeWorkspace(software.amazon.awssdk.services.amp.model.DescribeWorkspaceRequest) API until the desired condition WorkspaceDeleted 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 DescribeWorkspaceRequest.builder()
describeWorkspaceRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeWorkspaceResponse> waitUntilWorkspaceDeleted(DescribeWorkspaceRequest describeWorkspaceRequest, WaiterOverrideConfiguration overrideConfig)
AmpClient.describeWorkspace(software.amazon.awssdk.services.amp.model.DescribeWorkspaceRequest) API until the desired condition WorkspaceDeleted is met, or
until it is determined that the resource will never enter into the desired statedescribeWorkspaceRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeWorkspaceResponse> waitUntilWorkspaceDeleted(Consumer<DescribeWorkspaceRequest.Builder> describeWorkspaceRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
AmpClient.describeWorkspace(software.amazon.awssdk.services.amp.model.DescribeWorkspaceRequest) API until the desired condition WorkspaceDeleted 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
describeWorkspaceRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersstatic AmpWaiter.Builder builder()
AmpWaiter.static AmpWaiter create()
AmpWaiter with the default configuration.
A default AmpClient 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.
AmpWaiterCopyright © 2023. All rights reserved.