| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
default DescribeProjectsResponse |
RekognitionClient.describeProjects(Consumer<DescribeProjectsRequest.Builder> describeProjectsRequest)
Gets information about your Rekognition projects.
|
default CompletableFuture<DescribeProjectsResponse> |
RekognitionAsyncClient.describeProjects(Consumer<DescribeProjectsRequest.Builder> describeProjectsRequest)
Gets information about your Rekognition projects.
|
default DescribeProjectsIterable |
RekognitionClient.describeProjectsPaginator(Consumer<DescribeProjectsRequest.Builder> describeProjectsRequest)
Gets information about your Rekognition projects.
|
default DescribeProjectsPublisher |
RekognitionAsyncClient.describeProjectsPaginator(Consumer<DescribeProjectsRequest.Builder> describeProjectsRequest)
Gets information about your Rekognition projects.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeProjectsRequest.Builder |
DescribeProjectsRequest.builder() |
DescribeProjectsRequest.Builder |
DescribeProjectsRequest.Builder.features(Collection<CustomizationFeature> features)
Specifies the type of customization to filter projects by.
|
DescribeProjectsRequest.Builder |
DescribeProjectsRequest.Builder.features(CustomizationFeature... features)
Specifies the type of customization to filter projects by.
|
DescribeProjectsRequest.Builder |
DescribeProjectsRequest.Builder.featuresWithStrings(Collection<String> features)
Specifies the type of customization to filter projects by.
|
DescribeProjectsRequest.Builder |
DescribeProjectsRequest.Builder.featuresWithStrings(String... features)
Specifies the type of customization to filter projects by.
|
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), Rekognition 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 Rekognition to describe.
|
DescribeProjectsRequest.Builder |
DescribeProjectsRequest.Builder.projectNames(String... projectNames)
A list of the projects that you want Rekognition to describe.
|
DescribeProjectsRequest.Builder |
DescribeProjectsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeProjectsRequest.Builder> |
DescribeProjectsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.