| 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 DescribeProjectsResponse |
RekognitionClient.describeProjects(Consumer<DescribeProjectsRequest.Builder> describeProjectsRequest)
Gets information about your Amazon Rekognition Custom Labels projects.
|
default DescribeProjectsResponse |
RekognitionClient.describeProjects(DescribeProjectsRequest describeProjectsRequest)
Gets information about your Amazon Rekognition Custom Labels projects.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeProjectsResponse> |
RekognitionAsyncClient.describeProjects(Consumer<DescribeProjectsRequest.Builder> describeProjectsRequest)
Gets information about your Amazon Rekognition Custom Labels projects.
|
default CompletableFuture<DescribeProjectsResponse> |
RekognitionAsyncClient.describeProjects(DescribeProjectsRequest describeProjectsRequest)
Gets information about your Amazon Rekognition Custom Labels projects.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeProjectsResponse> |
DescribeProjectsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeProjectsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeProjectsResponse> subscriber) |
Copyright © 2022. All rights reserved.