| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeProjectsResult> |
AmazonRekognitionAsyncClient.describeProjectsAsync(DescribeProjectsRequest request,
AsyncHandler<DescribeProjectsRequest,DescribeProjectsResult> asyncHandler) |
Future<DescribeProjectsResult> |
AmazonRekognitionAsync.describeProjectsAsync(DescribeProjectsRequest describeProjectsRequest,
AsyncHandler<DescribeProjectsRequest,DescribeProjectsResult> asyncHandler)
Gets information about your Amazon Rekognition Custom Labels projects.
|
Future<DescribeProjectsResult> |
AbstractAmazonRekognitionAsync.describeProjectsAsync(DescribeProjectsRequest request,
AsyncHandler<DescribeProjectsRequest,DescribeProjectsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectsRequest |
DescribeProjectsRequest.clone() |
DescribeProjectsRequest |
DescribeProjectsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return per paginated call.
|
DescribeProjectsRequest |
DescribeProjectsRequest.withNextToken(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 |
DescribeProjectsRequest.withProjectNames(Collection<String> projectNames)
A list of the projects that you want Amazon Rekognition Custom Labels to describe.
|
DescribeProjectsRequest |
DescribeProjectsRequest.withProjectNames(String... projectNames)
A list of the projects that you want Amazon Rekognition Custom Labels to describe.
|
Copyright © 2023. All rights reserved.