| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the Amazon Rekognition API reference.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListCollectionsResult> |
AbstractAmazonRekognitionAsync.listCollectionsAsync(ListCollectionsRequest request,
AsyncHandler<ListCollectionsRequest,ListCollectionsResult> asyncHandler) |
Future<ListCollectionsResult> |
AmazonRekognitionAsync.listCollectionsAsync(ListCollectionsRequest listCollectionsRequest,
AsyncHandler<ListCollectionsRequest,ListCollectionsResult> asyncHandler)
Returns list of collection IDs in your account.
|
Future<ListCollectionsResult> |
AmazonRekognitionAsyncClient.listCollectionsAsync(ListCollectionsRequest request,
AsyncHandler<ListCollectionsRequest,ListCollectionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListCollectionsRequest |
ListCollectionsRequest.clone() |
ListCollectionsRequest |
ListCollectionsRequest.withMaxResults(Integer maxResults)
Maximum number of collection IDs to return.
|
ListCollectionsRequest |
ListCollectionsRequest.withNextToken(String nextToken)
Pagination token from the previous response.
|
Copyright © 2018. All rights reserved.