Interface RepostspaceWaiter
- All Superinterfaces:
AutoCloseable
,SdkAutoCloseable
builder()
method-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic RepostspaceWaiter.Builder
builder()
Create a builder that can be used to configure and create aRepostspaceWaiter
.static RepostspaceWaiter
create()
Create an instance ofRepostspaceWaiter
with the default configuration.default WaiterResponse
<GetChannelResponse> waitUntilChannelCreated
(Consumer<GetChannelRequest.Builder> getChannelRequest) PollsRepostspaceClient.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.default WaiterResponse
<GetChannelResponse> waitUntilChannelCreated
(Consumer<GetChannelRequest.Builder> getChannelRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsRepostspaceClient.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.default WaiterResponse
<GetChannelResponse> waitUntilChannelCreated
(GetChannelRequest getChannelRequest) PollsRepostspaceClient.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 statedefault WaiterResponse
<GetChannelResponse> waitUntilChannelCreated
(GetChannelRequest getChannelRequest, WaiterOverrideConfiguration overrideConfig) PollsRepostspaceClient.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 statedefault WaiterResponse
<GetChannelResponse> waitUntilChannelDeleted
(Consumer<GetChannelRequest.Builder> getChannelRequest) PollsRepostspaceClient.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.default WaiterResponse
<GetChannelResponse> waitUntilChannelDeleted
(Consumer<GetChannelRequest.Builder> getChannelRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsRepostspaceClient.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.default WaiterResponse
<GetChannelResponse> waitUntilChannelDeleted
(GetChannelRequest getChannelRequest) PollsRepostspaceClient.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 WaiterResponse
<GetChannelResponse> waitUntilChannelDeleted
(GetChannelRequest getChannelRequest, WaiterOverrideConfiguration overrideConfig) PollsRepostspaceClient.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 WaiterResponse
<GetSpaceResponse> waitUntilSpaceCreated
(Consumer<GetSpaceRequest.Builder> getSpaceRequest) PollsRepostspaceClient.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 WaiterResponse
<GetSpaceResponse> waitUntilSpaceCreated
(Consumer<GetSpaceRequest.Builder> getSpaceRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsRepostspaceClient.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 WaiterResponse
<GetSpaceResponse> waitUntilSpaceCreated
(GetSpaceRequest getSpaceRequest) PollsRepostspaceClient.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 WaiterResponse
<GetSpaceResponse> waitUntilSpaceCreated
(GetSpaceRequest getSpaceRequest, WaiterOverrideConfiguration overrideConfig) PollsRepostspaceClient.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 WaiterResponse
<GetSpaceResponse> waitUntilSpaceDeleted
(Consumer<GetSpaceRequest.Builder> getSpaceRequest) PollsRepostspaceClient.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 WaiterResponse
<GetSpaceResponse> waitUntilSpaceDeleted
(Consumer<GetSpaceRequest.Builder> getSpaceRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsRepostspaceClient.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 WaiterResponse
<GetSpaceResponse> waitUntilSpaceDeleted
(GetSpaceRequest getSpaceRequest) PollsRepostspaceClient.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 WaiterResponse
<GetSpaceResponse> waitUntilSpaceDeleted
(GetSpaceRequest getSpaceRequest, WaiterOverrideConfiguration overrideConfig) PollsRepostspaceClient.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 WaiterResponse<GetChannelResponse> waitUntilChannelCreated(GetChannelRequest getChannelRequest) PollsRepostspaceClient.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:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilChannelCreated
default WaiterResponse<GetChannelResponse> waitUntilChannelCreated(Consumer<GetChannelRequest.Builder> getChannelRequest) PollsRepostspaceClient.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:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilChannelCreated
default WaiterResponse<GetChannelResponse> waitUntilChannelCreated(GetChannelRequest getChannelRequest, WaiterOverrideConfiguration overrideConfig) PollsRepostspaceClient.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 WaiterResponse<GetChannelResponse> waitUntilChannelCreated(Consumer<GetChannelRequest.Builder> getChannelRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsRepostspaceClient.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 WaiterResponse<GetChannelResponse> waitUntilChannelDeleted(GetChannelRequest getChannelRequest) PollsRepostspaceClient.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:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilChannelDeleted
default WaiterResponse<GetChannelResponse> waitUntilChannelDeleted(Consumer<GetChannelRequest.Builder> getChannelRequest) PollsRepostspaceClient.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:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilChannelDeleted
default WaiterResponse<GetChannelResponse> waitUntilChannelDeleted(GetChannelRequest getChannelRequest, WaiterOverrideConfiguration overrideConfig) PollsRepostspaceClient.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 WaiterResponse<GetChannelResponse> waitUntilChannelDeleted(Consumer<GetChannelRequest.Builder> getChannelRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsRepostspaceClient.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
PollsRepostspaceClient.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:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilSpaceCreated
default WaiterResponse<GetSpaceResponse> waitUntilSpaceCreated(Consumer<GetSpaceRequest.Builder> getSpaceRequest) PollsRepostspaceClient.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:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilSpaceCreated
default WaiterResponse<GetSpaceResponse> waitUntilSpaceCreated(GetSpaceRequest getSpaceRequest, WaiterOverrideConfiguration overrideConfig) PollsRepostspaceClient.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 WaiterResponse<GetSpaceResponse> waitUntilSpaceCreated(Consumer<GetSpaceRequest.Builder> getSpaceRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsRepostspaceClient.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
PollsRepostspaceClient.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:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilSpaceDeleted
default WaiterResponse<GetSpaceResponse> waitUntilSpaceDeleted(Consumer<GetSpaceRequest.Builder> getSpaceRequest) PollsRepostspaceClient.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:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilSpaceDeleted
default WaiterResponse<GetSpaceResponse> waitUntilSpaceDeleted(GetSpaceRequest getSpaceRequest, WaiterOverrideConfiguration overrideConfig) PollsRepostspaceClient.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 WaiterResponse<GetSpaceResponse> waitUntilSpaceDeleted(Consumer<GetSpaceRequest.Builder> getSpaceRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsRepostspaceClient.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 aRepostspaceWaiter
.- Returns:
- a builder
-
create
Create an instance ofRepostspaceWaiter
with the default configuration.A default
RepostspaceClient
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
RepostspaceWaiter
-