Interface RepostspaceAsyncWaiter
- All Superinterfaces:
AutoCloseable
,SdkAutoCloseable
builder()
method-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Create a builder that can be used to configure and create aRepostspaceAsyncWaiter
.static RepostspaceAsyncWaiter
create()
Create an instance ofRepostspaceAsyncWaiter
with the default configuration.waitUntilChannelCreated
(Consumer<GetChannelRequest.Builder> getChannelRequest) PollsRepostspaceAsyncClient.getChannel(software.amazon.awssdk.services.repostspace.model.GetChannelRequest)
API until the desired conditionChannelCreated
is met, or until it is determined that the resource will never enter into the desired state.waitUntilChannelCreated
(Consumer<GetChannelRequest.Builder> getChannelRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsRepostspaceAsyncClient.getChannel(software.amazon.awssdk.services.repostspace.model.GetChannelRequest)
API until the desired conditionChannelCreated
is met, or until it is determined that the resource will never enter into the desired state.waitUntilChannelCreated
(GetChannelRequest getChannelRequest) PollsRepostspaceAsyncClient.getChannel(software.amazon.awssdk.services.repostspace.model.GetChannelRequest)
API until the desired conditionChannelCreated
is met, or until it is determined that the resource will never enter into the desired statewaitUntilChannelCreated
(GetChannelRequest getChannelRequest, WaiterOverrideConfiguration overrideConfig) PollsRepostspaceAsyncClient.getChannel(software.amazon.awssdk.services.repostspace.model.GetChannelRequest)
API until the desired conditionChannelCreated
is met, or until it is determined that the resource will never enter into the desired statewaitUntilChannelDeleted
(Consumer<GetChannelRequest.Builder> getChannelRequest) PollsRepostspaceAsyncClient.getChannel(software.amazon.awssdk.services.repostspace.model.GetChannelRequest)
API until the desired conditionChannelDeleted
is met, or until it is determined that the resource will never enter into the desired state.waitUntilChannelDeleted
(Consumer<GetChannelRequest.Builder> getChannelRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsRepostspaceAsyncClient.getChannel(software.amazon.awssdk.services.repostspace.model.GetChannelRequest)
API until the desired conditionChannelDeleted
is met, or until it is determined that the resource will never enter into the desired state.waitUntilChannelDeleted
(GetChannelRequest getChannelRequest) PollsRepostspaceAsyncClient.getChannel(software.amazon.awssdk.services.repostspace.model.GetChannelRequest)
API until the desired conditionChannelDeleted
is met, or until it is determined that the resource will never enter into the desired statewaitUntilChannelDeleted
(GetChannelRequest getChannelRequest, WaiterOverrideConfiguration overrideConfig) PollsRepostspaceAsyncClient.getChannel(software.amazon.awssdk.services.repostspace.model.GetChannelRequest)
API until the desired conditionChannelDeleted
is met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture
<WaiterResponse<GetSpaceResponse>> waitUntilSpaceCreated
(Consumer<GetSpaceRequest.Builder> getSpaceRequest) PollsRepostspaceAsyncClient.getSpace(software.amazon.awssdk.services.repostspace.model.GetSpaceRequest)
API until the desired conditionSpaceCreated
is met, or until it is determined that the resource will never enter into the desired state.default CompletableFuture
<WaiterResponse<GetSpaceResponse>> waitUntilSpaceCreated
(Consumer<GetSpaceRequest.Builder> getSpaceRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsRepostspaceAsyncClient.getSpace(software.amazon.awssdk.services.repostspace.model.GetSpaceRequest)
API until the desired conditionSpaceCreated
is met, or until it is determined that the resource will never enter into the desired state.default CompletableFuture
<WaiterResponse<GetSpaceResponse>> waitUntilSpaceCreated
(GetSpaceRequest getSpaceRequest) PollsRepostspaceAsyncClient.getSpace(software.amazon.awssdk.services.repostspace.model.GetSpaceRequest)
API until the desired conditionSpaceCreated
is met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture
<WaiterResponse<GetSpaceResponse>> waitUntilSpaceCreated
(GetSpaceRequest getSpaceRequest, WaiterOverrideConfiguration overrideConfig) PollsRepostspaceAsyncClient.getSpace(software.amazon.awssdk.services.repostspace.model.GetSpaceRequest)
API until the desired conditionSpaceCreated
is met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture
<WaiterResponse<GetSpaceResponse>> waitUntilSpaceDeleted
(Consumer<GetSpaceRequest.Builder> getSpaceRequest) PollsRepostspaceAsyncClient.getSpace(software.amazon.awssdk.services.repostspace.model.GetSpaceRequest)
API until the desired conditionSpaceDeleted
is met, or until it is determined that the resource will never enter into the desired state.default CompletableFuture
<WaiterResponse<GetSpaceResponse>> waitUntilSpaceDeleted
(Consumer<GetSpaceRequest.Builder> getSpaceRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsRepostspaceAsyncClient.getSpace(software.amazon.awssdk.services.repostspace.model.GetSpaceRequest)
API until the desired conditionSpaceDeleted
is met, or until it is determined that the resource will never enter into the desired state.default CompletableFuture
<WaiterResponse<GetSpaceResponse>> waitUntilSpaceDeleted
(GetSpaceRequest getSpaceRequest) PollsRepostspaceAsyncClient.getSpace(software.amazon.awssdk.services.repostspace.model.GetSpaceRequest)
API until the desired conditionSpaceDeleted
is met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture
<WaiterResponse<GetSpaceResponse>> waitUntilSpaceDeleted
(GetSpaceRequest getSpaceRequest, WaiterOverrideConfiguration overrideConfig) PollsRepostspaceAsyncClient.getSpace(software.amazon.awssdk.services.repostspace.model.GetSpaceRequest)
API until the desired conditionSpaceDeleted
is met, or until it is determined that the resource will never enter into the desired stateMethods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
-
Method Details
-
waitUntilChannelCreated
default CompletableFuture<WaiterResponse<GetChannelResponse>> waitUntilChannelCreated(GetChannelRequest getChannelRequest) PollsRepostspaceAsyncClient.getChannel(software.amazon.awssdk.services.repostspace.model.GetChannelRequest)
API until the desired conditionChannelCreated
is met, or until it is determined that the resource will never enter into the desired state- Parameters:
getChannelRequest
- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilChannelCreated
default CompletableFuture<WaiterResponse<GetChannelResponse>> waitUntilChannelCreated(Consumer<GetChannelRequest.Builder> getChannelRequest) PollsRepostspaceAsyncClient.getChannel(software.amazon.awssdk.services.repostspace.model.GetChannelRequest)
API until the desired conditionChannelCreated
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
GetChannelRequest.builder()
- Parameters:
getChannelRequest
- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilChannelCreated
default CompletableFuture<WaiterResponse<GetChannelResponse>> waitUntilChannelCreated(GetChannelRequest getChannelRequest, WaiterOverrideConfiguration overrideConfig) PollsRepostspaceAsyncClient.getChannel(software.amazon.awssdk.services.repostspace.model.GetChannelRequest)
API until the desired conditionChannelCreated
is met, or until it is determined that the resource will never enter into the desired state- Parameters:
getChannelRequest
- The request to be used for pollingoverrideConfig
- Per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilChannelCreated
default CompletableFuture<WaiterResponse<GetChannelResponse>> waitUntilChannelCreated(Consumer<GetChannelRequest.Builder> getChannelRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsRepostspaceAsyncClient.getChannel(software.amazon.awssdk.services.repostspace.model.GetChannelRequest)
API until the desired conditionChannelCreated
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
- Parameters:
getChannelRequest
- The consumer that will configure the request to be used for pollingoverrideConfig
- The consumer that will configure the per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilChannelDeleted
default CompletableFuture<WaiterResponse<GetChannelResponse>> waitUntilChannelDeleted(GetChannelRequest getChannelRequest) PollsRepostspaceAsyncClient.getChannel(software.amazon.awssdk.services.repostspace.model.GetChannelRequest)
API until the desired conditionChannelDeleted
is met, or until it is determined that the resource will never enter into the desired state- Parameters:
getChannelRequest
- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilChannelDeleted
default CompletableFuture<WaiterResponse<GetChannelResponse>> waitUntilChannelDeleted(Consumer<GetChannelRequest.Builder> getChannelRequest) PollsRepostspaceAsyncClient.getChannel(software.amazon.awssdk.services.repostspace.model.GetChannelRequest)
API until the desired conditionChannelDeleted
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
GetChannelRequest.builder()
- Parameters:
getChannelRequest
- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilChannelDeleted
default CompletableFuture<WaiterResponse<GetChannelResponse>> waitUntilChannelDeleted(GetChannelRequest getChannelRequest, WaiterOverrideConfiguration overrideConfig) PollsRepostspaceAsyncClient.getChannel(software.amazon.awssdk.services.repostspace.model.GetChannelRequest)
API until the desired conditionChannelDeleted
is met, or until it is determined that the resource will never enter into the desired state- Parameters:
getChannelRequest
- The request to be used for pollingoverrideConfig
- Per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilChannelDeleted
default CompletableFuture<WaiterResponse<GetChannelResponse>> waitUntilChannelDeleted(Consumer<GetChannelRequest.Builder> getChannelRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsRepostspaceAsyncClient.getChannel(software.amazon.awssdk.services.repostspace.model.GetChannelRequest)
API until the desired conditionChannelDeleted
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
- Parameters:
getChannelRequest
- The consumer that will configure the request to be used for pollingoverrideConfig
- The consumer that will configure the per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilSpaceCreated
default CompletableFuture<WaiterResponse<GetSpaceResponse>> waitUntilSpaceCreated(GetSpaceRequest getSpaceRequest) PollsRepostspaceAsyncClient.getSpace(software.amazon.awssdk.services.repostspace.model.GetSpaceRequest)
API until the desired conditionSpaceCreated
is met, or until it is determined that the resource will never enter into the desired state- Parameters:
getSpaceRequest
- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilSpaceCreated
default CompletableFuture<WaiterResponse<GetSpaceResponse>> waitUntilSpaceCreated(Consumer<GetSpaceRequest.Builder> getSpaceRequest) PollsRepostspaceAsyncClient.getSpace(software.amazon.awssdk.services.repostspace.model.GetSpaceRequest)
API until the desired conditionSpaceCreated
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
GetSpaceRequest.builder()
- Parameters:
getSpaceRequest
- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilSpaceCreated
default CompletableFuture<WaiterResponse<GetSpaceResponse>> waitUntilSpaceCreated(GetSpaceRequest getSpaceRequest, WaiterOverrideConfiguration overrideConfig) PollsRepostspaceAsyncClient.getSpace(software.amazon.awssdk.services.repostspace.model.GetSpaceRequest)
API until the desired conditionSpaceCreated
is met, or until it is determined that the resource will never enter into the desired state- Parameters:
getSpaceRequest
- The request to be used for pollingoverrideConfig
- Per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilSpaceCreated
default CompletableFuture<WaiterResponse<GetSpaceResponse>> waitUntilSpaceCreated(Consumer<GetSpaceRequest.Builder> getSpaceRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsRepostspaceAsyncClient.getSpace(software.amazon.awssdk.services.repostspace.model.GetSpaceRequest)
API until the desired conditionSpaceCreated
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
- Parameters:
getSpaceRequest
- The consumer that will configure the request to be used for pollingoverrideConfig
- The consumer that will configure the per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilSpaceDeleted
default CompletableFuture<WaiterResponse<GetSpaceResponse>> waitUntilSpaceDeleted(GetSpaceRequest getSpaceRequest) PollsRepostspaceAsyncClient.getSpace(software.amazon.awssdk.services.repostspace.model.GetSpaceRequest)
API until the desired conditionSpaceDeleted
is met, or until it is determined that the resource will never enter into the desired state- Parameters:
getSpaceRequest
- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilSpaceDeleted
default CompletableFuture<WaiterResponse<GetSpaceResponse>> waitUntilSpaceDeleted(Consumer<GetSpaceRequest.Builder> getSpaceRequest) PollsRepostspaceAsyncClient.getSpace(software.amazon.awssdk.services.repostspace.model.GetSpaceRequest)
API until the desired conditionSpaceDeleted
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
GetSpaceRequest.builder()
- Parameters:
getSpaceRequest
- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilSpaceDeleted
default CompletableFuture<WaiterResponse<GetSpaceResponse>> waitUntilSpaceDeleted(GetSpaceRequest getSpaceRequest, WaiterOverrideConfiguration overrideConfig) PollsRepostspaceAsyncClient.getSpace(software.amazon.awssdk.services.repostspace.model.GetSpaceRequest)
API until the desired conditionSpaceDeleted
is met, or until it is determined that the resource will never enter into the desired state- Parameters:
getSpaceRequest
- The request to be used for pollingoverrideConfig
- Per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilSpaceDeleted
default CompletableFuture<WaiterResponse<GetSpaceResponse>> waitUntilSpaceDeleted(Consumer<GetSpaceRequest.Builder> getSpaceRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsRepostspaceAsyncClient.getSpace(software.amazon.awssdk.services.repostspace.model.GetSpaceRequest)
API until the desired conditionSpaceDeleted
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
- Parameters:
getSpaceRequest
- The consumer that will configure the request to be used for pollingoverrideConfig
- The consumer that will configure the per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
builder
Create a builder that can be used to configure and create aRepostspaceAsyncWaiter
.- Returns:
- a builder
-
create
Create an instance ofRepostspaceAsyncWaiter
with the default configuration.A default
RepostspaceAsyncClient
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, invokeSdkAutoCloseable.close()
to release the resources once the waiter is not needed.- Returns:
- an instance of
RepostspaceAsyncWaiter
-