@Generated(value="software.amazon.awssdk:codegen") public interface RekognitionWaiter extends SdkAutoCloseable
builder() method| Modifier and Type | Interface and Description |
|---|---|
static interface |
RekognitionWaiter.Builder |
closedefault WaiterResponse<DescribeProjectVersionsResponse> waitUntilProjectVersionRunning(DescribeProjectVersionsRequest describeProjectVersionsRequest)
RekognitionClient.describeProjectVersions(software.amazon.awssdk.services.rekognition.model.DescribeProjectVersionsRequest) API until the desired condition
ProjectVersionRunning is met, or until it is determined that the resource will never enter into the
desired statedescribeProjectVersionsRequest - the request to be used for pollingdefault WaiterResponse<DescribeProjectVersionsResponse> waitUntilProjectVersionRunning(Consumer<DescribeProjectVersionsRequest.Builder> describeProjectVersionsRequest)
RekognitionClient.describeProjectVersions(software.amazon.awssdk.services.rekognition.model.DescribeProjectVersionsRequest) API until the desired condition
ProjectVersionRunning 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 DescribeProjectVersionsRequest.builder()
describeProjectVersionsRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeProjectVersionsResponse> waitUntilProjectVersionRunning(DescribeProjectVersionsRequest describeProjectVersionsRequest, WaiterOverrideConfiguration overrideConfig)
RekognitionClient.describeProjectVersions(software.amazon.awssdk.services.rekognition.model.DescribeProjectVersionsRequest) API until the desired condition
ProjectVersionRunning is met, or until it is determined that the resource will never enter into the
desired statedescribeProjectVersionsRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeProjectVersionsResponse> waitUntilProjectVersionRunning(Consumer<DescribeProjectVersionsRequest.Builder> describeProjectVersionsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
RekognitionClient.describeProjectVersions(software.amazon.awssdk.services.rekognition.model.DescribeProjectVersionsRequest) API until the desired condition
ProjectVersionRunning 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
describeProjectVersionsRequest - 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<DescribeProjectVersionsResponse> waitUntilProjectVersionTrainingCompleted(DescribeProjectVersionsRequest describeProjectVersionsRequest)
RekognitionClient.describeProjectVersions(software.amazon.awssdk.services.rekognition.model.DescribeProjectVersionsRequest) API until the desired condition
ProjectVersionTrainingCompleted is met, or until it is determined that the resource will never enter into
the desired statedescribeProjectVersionsRequest - the request to be used for pollingdefault WaiterResponse<DescribeProjectVersionsResponse> waitUntilProjectVersionTrainingCompleted(Consumer<DescribeProjectVersionsRequest.Builder> describeProjectVersionsRequest)
RekognitionClient.describeProjectVersions(software.amazon.awssdk.services.rekognition.model.DescribeProjectVersionsRequest) API until the desired condition
ProjectVersionTrainingCompleted 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 DescribeProjectVersionsRequest.builder()
describeProjectVersionsRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeProjectVersionsResponse> waitUntilProjectVersionTrainingCompleted(DescribeProjectVersionsRequest describeProjectVersionsRequest, WaiterOverrideConfiguration overrideConfig)
RekognitionClient.describeProjectVersions(software.amazon.awssdk.services.rekognition.model.DescribeProjectVersionsRequest) API until the desired condition
ProjectVersionTrainingCompleted is met, or until it is determined that the resource will never enter into
the desired statedescribeProjectVersionsRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeProjectVersionsResponse> waitUntilProjectVersionTrainingCompleted(Consumer<DescribeProjectVersionsRequest.Builder> describeProjectVersionsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
RekognitionClient.describeProjectVersions(software.amazon.awssdk.services.rekognition.model.DescribeProjectVersionsRequest) API until the desired condition
ProjectVersionTrainingCompleted 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
describeProjectVersionsRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersstatic RekognitionWaiter.Builder builder()
RekognitionWaiter.static RekognitionWaiter create()
RekognitionWaiter with the default configuration.
A default RekognitionClient 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.
RekognitionWaiterCopyright © 2022. All rights reserved.