@Generated(value="software.amazon.awssdk:codegen") public interface SignerWaiter extends SdkAutoCloseable
builder() method| Modifier and Type | Interface and Description |
|---|---|
static interface |
SignerWaiter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SignerWaiter.Builder |
builder()
Create a builder that can be used to configure and create a
SignerWaiter. |
static SignerWaiter |
create()
Create an instance of
SignerWaiter with the default configuration. |
default WaiterResponse<DescribeSigningJobResponse> |
waitUntilSuccessfulSigningJob(Consumer<DescribeSigningJobRequest.Builder> describeSigningJobRequest)
Polls
SignerClient.describeSigningJob(software.amazon.awssdk.services.signer.model.DescribeSigningJobRequest) API until the desired condition SuccessfulSigningJob is
met, or until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeSigningJobResponse> |
waitUntilSuccessfulSigningJob(Consumer<DescribeSigningJobRequest.Builder> describeSigningJobRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
SignerClient.describeSigningJob(software.amazon.awssdk.services.signer.model.DescribeSigningJobRequest) API until the desired condition SuccessfulSigningJob is
met, or until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeSigningJobResponse> |
waitUntilSuccessfulSigningJob(DescribeSigningJobRequest describeSigningJobRequest)
Polls
SignerClient.describeSigningJob(software.amazon.awssdk.services.signer.model.DescribeSigningJobRequest) API until the desired condition SuccessfulSigningJob is
met, or until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeSigningJobResponse> |
waitUntilSuccessfulSigningJob(DescribeSigningJobRequest describeSigningJobRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
SignerClient.describeSigningJob(software.amazon.awssdk.services.signer.model.DescribeSigningJobRequest) API until the desired condition SuccessfulSigningJob is
met, or until it is determined that the resource will never enter into the desired state |
closedefault WaiterResponse<DescribeSigningJobResponse> waitUntilSuccessfulSigningJob(DescribeSigningJobRequest describeSigningJobRequest)
SignerClient.describeSigningJob(software.amazon.awssdk.services.signer.model.DescribeSigningJobRequest) API until the desired condition SuccessfulSigningJob is
met, or until it is determined that the resource will never enter into the desired statedescribeSigningJobRequest - the request to be used for pollingdefault WaiterResponse<DescribeSigningJobResponse> waitUntilSuccessfulSigningJob(Consumer<DescribeSigningJobRequest.Builder> describeSigningJobRequest)
SignerClient.describeSigningJob(software.amazon.awssdk.services.signer.model.DescribeSigningJobRequest) API until the desired condition SuccessfulSigningJob 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 DescribeSigningJobRequest.builder()
describeSigningJobRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeSigningJobResponse> waitUntilSuccessfulSigningJob(DescribeSigningJobRequest describeSigningJobRequest, WaiterOverrideConfiguration overrideConfig)
SignerClient.describeSigningJob(software.amazon.awssdk.services.signer.model.DescribeSigningJobRequest) API until the desired condition SuccessfulSigningJob is
met, or until it is determined that the resource will never enter into the desired statedescribeSigningJobRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeSigningJobResponse> waitUntilSuccessfulSigningJob(Consumer<DescribeSigningJobRequest.Builder> describeSigningJobRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
SignerClient.describeSigningJob(software.amazon.awssdk.services.signer.model.DescribeSigningJobRequest) API until the desired condition SuccessfulSigningJob 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
describeSigningJobRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersstatic SignerWaiter.Builder builder()
SignerWaiter.static SignerWaiter create()
SignerWaiter with the default configuration.
A default SignerClient 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.
SignerWaiterCopyright © 2021. All rights reserved.