| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| software.amazon.awssdk.services.rekognition.model |
| 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 DescribeProjectsResponse |
RekognitionClient.describeProjects(Consumer<DescribeProjectsRequest.Builder> describeProjectsRequest)
Gets information about your Amazon Rekognition Custom Labels projects.
|
default DescribeProjectsPublisher |
RekognitionAsyncClient.describeProjectsPaginator(Consumer<DescribeProjectsRequest.Builder> describeProjectsRequest)
Gets information about your Amazon Rekognition Custom Labels projects.
|
default DescribeProjectsIterable |
RekognitionClient.describeProjectsPaginator(Consumer<DescribeProjectsRequest.Builder> describeProjectsRequest)
Gets information about your Amazon Rekognition Custom Labels projects.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeProjectsRequest.Builder |
DescribeProjectsRequest.builder() |
DescribeProjectsRequest.Builder |
DescribeProjectsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return per paginated call.
|
DescribeProjectsRequest.Builder |
DescribeProjectsRequest.Builder.nextToken(String nextToken)
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition
Custom Labels returns a pagination token in the response.
|
DescribeProjectsRequest.Builder |
DescribeProjectsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeProjectsRequest.Builder |
DescribeProjectsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeProjectsRequest.Builder |
DescribeProjectsRequest.Builder.projectNames(Collection<String> projectNames)
A list of the projects that you want Amazon Rekognition Custom Labels to describe.
|
DescribeProjectsRequest.Builder |
DescribeProjectsRequest.Builder.projectNames(String... projectNames)
A list of the projects that you want Amazon Rekognition Custom Labels to describe.
|
DescribeProjectsRequest.Builder |
DescribeProjectsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeProjectsRequest.Builder> |
DescribeProjectsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.