@Generated(value="software.amazon.awssdk:codegen") public interface SsmIncidentsWaiter extends SdkAutoCloseable
builder() method| Modifier and Type | Interface and Description |
|---|---|
static interface |
SsmIncidentsWaiter.Builder |
closedefault WaiterResponse<GetReplicationSetResponse> waitUntilWaitForReplicationSetActive(GetReplicationSetRequest getReplicationSetRequest)
SsmIncidentsClient.getReplicationSet(software.amazon.awssdk.services.ssmincidents.model.GetReplicationSetRequest) API until the desired condition
WaitForReplicationSetActive is met, or until it is determined that the resource will never enter into the
desired stategetReplicationSetRequest - the request to be used for pollingdefault WaiterResponse<GetReplicationSetResponse> waitUntilWaitForReplicationSetActive(Consumer<GetReplicationSetRequest.Builder> getReplicationSetRequest)
SsmIncidentsClient.getReplicationSet(software.amazon.awssdk.services.ssmincidents.model.GetReplicationSetRequest) API until the desired condition
WaitForReplicationSetActive 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 GetReplicationSetRequest.builder()
getReplicationSetRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<GetReplicationSetResponse> waitUntilWaitForReplicationSetActive(GetReplicationSetRequest getReplicationSetRequest, WaiterOverrideConfiguration overrideConfig)
SsmIncidentsClient.getReplicationSet(software.amazon.awssdk.services.ssmincidents.model.GetReplicationSetRequest) API until the desired condition
WaitForReplicationSetActive is met, or until it is determined that the resource will never enter into the
desired stategetReplicationSetRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<GetReplicationSetResponse> waitUntilWaitForReplicationSetActive(Consumer<GetReplicationSetRequest.Builder> getReplicationSetRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
SsmIncidentsClient.getReplicationSet(software.amazon.awssdk.services.ssmincidents.model.GetReplicationSetRequest) API until the desired condition
WaitForReplicationSetActive 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
getReplicationSetRequest - 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<GetReplicationSetResponse> waitUntilWaitForReplicationSetDeleted(GetReplicationSetRequest getReplicationSetRequest)
SsmIncidentsClient.getReplicationSet(software.amazon.awssdk.services.ssmincidents.model.GetReplicationSetRequest) API until the desired condition
WaitForReplicationSetDeleted is met, or until it is determined that the resource will never enter into
the desired stategetReplicationSetRequest - the request to be used for pollingdefault WaiterResponse<GetReplicationSetResponse> waitUntilWaitForReplicationSetDeleted(Consumer<GetReplicationSetRequest.Builder> getReplicationSetRequest)
SsmIncidentsClient.getReplicationSet(software.amazon.awssdk.services.ssmincidents.model.GetReplicationSetRequest) API until the desired condition
WaitForReplicationSetDeleted 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 GetReplicationSetRequest.builder()
getReplicationSetRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<GetReplicationSetResponse> waitUntilWaitForReplicationSetDeleted(GetReplicationSetRequest getReplicationSetRequest, WaiterOverrideConfiguration overrideConfig)
SsmIncidentsClient.getReplicationSet(software.amazon.awssdk.services.ssmincidents.model.GetReplicationSetRequest) API until the desired condition
WaitForReplicationSetDeleted is met, or until it is determined that the resource will never enter into
the desired stategetReplicationSetRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<GetReplicationSetResponse> waitUntilWaitForReplicationSetDeleted(Consumer<GetReplicationSetRequest.Builder> getReplicationSetRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
SsmIncidentsClient.getReplicationSet(software.amazon.awssdk.services.ssmincidents.model.GetReplicationSetRequest) API until the desired condition
WaitForReplicationSetDeleted 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
getReplicationSetRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersstatic SsmIncidentsWaiter.Builder builder()
SsmIncidentsWaiter.static SsmIncidentsWaiter create()
SsmIncidentsWaiter with the default configuration.
A default SsmIncidentsClient 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.
SsmIncidentsWaiterCopyright © 2023. All rights reserved.