@Generated(value="software.amazon.awssdk:codegen") public interface TransferWaiter extends SdkAutoCloseable
builder() method| Modifier and Type | Interface and Description |
|---|---|
static interface |
TransferWaiter.Builder |
closedefault WaiterResponse<DescribeServerResponse> waitUntilServerOffline(DescribeServerRequest describeServerRequest)
TransferClient.describeServer(software.amazon.awssdk.services.transfer.model.DescribeServerRequest) API until the desired condition ServerOffline is met, or
until it is determined that the resource will never enter into the desired statedescribeServerRequest - the request to be used for pollingdefault WaiterResponse<DescribeServerResponse> waitUntilServerOffline(Consumer<DescribeServerRequest.Builder> describeServerRequest)
TransferClient.describeServer(software.amazon.awssdk.services.transfer.model.DescribeServerRequest) API until the desired condition ServerOffline 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 DescribeServerRequest.builder()
describeServerRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeServerResponse> waitUntilServerOffline(DescribeServerRequest describeServerRequest, WaiterOverrideConfiguration overrideConfig)
TransferClient.describeServer(software.amazon.awssdk.services.transfer.model.DescribeServerRequest) API until the desired condition ServerOffline is met, or
until it is determined that the resource will never enter into the desired statedescribeServerRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeServerResponse> waitUntilServerOffline(Consumer<DescribeServerRequest.Builder> describeServerRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
TransferClient.describeServer(software.amazon.awssdk.services.transfer.model.DescribeServerRequest) API until the desired condition ServerOffline 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
describeServerRequest - 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<DescribeServerResponse> waitUntilServerOnline(DescribeServerRequest describeServerRequest)
TransferClient.describeServer(software.amazon.awssdk.services.transfer.model.DescribeServerRequest) API until the desired condition ServerOnline is met, or until
it is determined that the resource will never enter into the desired statedescribeServerRequest - the request to be used for pollingdefault WaiterResponse<DescribeServerResponse> waitUntilServerOnline(Consumer<DescribeServerRequest.Builder> describeServerRequest)
TransferClient.describeServer(software.amazon.awssdk.services.transfer.model.DescribeServerRequest) API until the desired condition ServerOnline 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 DescribeServerRequest.builder()
describeServerRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeServerResponse> waitUntilServerOnline(DescribeServerRequest describeServerRequest, WaiterOverrideConfiguration overrideConfig)
TransferClient.describeServer(software.amazon.awssdk.services.transfer.model.DescribeServerRequest) API until the desired condition ServerOnline is met, or until
it is determined that the resource will never enter into the desired statedescribeServerRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeServerResponse> waitUntilServerOnline(Consumer<DescribeServerRequest.Builder> describeServerRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
TransferClient.describeServer(software.amazon.awssdk.services.transfer.model.DescribeServerRequest) API until the desired condition ServerOnline 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
describeServerRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersstatic TransferWaiter.Builder builder()
TransferWaiter.static TransferWaiter create()
TransferWaiter with the default configuration.
A default TransferClient 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.
TransferWaiterCopyright © 2023. All rights reserved.