| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| software.amazon.awssdk.services.rekognition.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeProjectVersionsResponse |
RekognitionClient.describeProjectVersions(Consumer<DescribeProjectVersionsRequest.Builder> describeProjectVersionsRequest)
Lists and describes the models in an Amazon Rekognition Custom Labels project.
|
default DescribeProjectVersionsResponse |
RekognitionClient.describeProjectVersions(DescribeProjectVersionsRequest describeProjectVersionsRequest)
Lists and describes the models in an Amazon Rekognition Custom Labels project.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeProjectVersionsResponse> |
RekognitionAsyncClient.describeProjectVersions(Consumer<DescribeProjectVersionsRequest.Builder> describeProjectVersionsRequest)
Lists and describes the models in an Amazon Rekognition Custom Labels project.
|
default CompletableFuture<DescribeProjectVersionsResponse> |
RekognitionAsyncClient.describeProjectVersions(DescribeProjectVersionsRequest describeProjectVersionsRequest)
Lists and describes the models in an Amazon Rekognition Custom Labels project.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeProjectVersionsResponse> |
DescribeProjectVersionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeProjectVersionsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeProjectVersionsResponse> subscriber) |
Copyright © 2020. All rights reserved.