| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the Amazon Rekognition API reference.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ListCollectionsResult |
AbstractAmazonRekognition.listCollections(ListCollectionsRequest request) |
ListCollectionsResult |
AmazonRekognition.listCollections(ListCollectionsRequest listCollectionsRequest)
Returns list of collection IDs in your account.
|
ListCollectionsResult |
AmazonRekognitionClient.listCollections(ListCollectionsRequest request)
Returns list of collection IDs in your account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListCollectionsResult> |
AmazonRekognitionAsync.listCollectionsAsync(ListCollectionsRequest listCollectionsRequest,
AsyncHandler<ListCollectionsRequest,ListCollectionsResult> asyncHandler)
Returns list of collection IDs in your account.
|
Future<ListCollectionsResult> |
AbstractAmazonRekognitionAsync.listCollectionsAsync(ListCollectionsRequest request,
AsyncHandler<ListCollectionsRequest,ListCollectionsResult> asyncHandler) |
Future<ListCollectionsResult> |
AmazonRekognitionAsyncClient.listCollectionsAsync(ListCollectionsRequest request,
AsyncHandler<ListCollectionsRequest,ListCollectionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListCollectionsResult |
ListCollectionsResult.clone() |
ListCollectionsResult |
ListCollectionsResult.withCollectionIds(Collection<String> collectionIds)
An array of collection IDs.
|
ListCollectionsResult |
ListCollectionsResult.withCollectionIds(String... collectionIds)
An array of collection IDs.
|
ListCollectionsResult |
ListCollectionsResult.withFaceModelVersions(Collection<String> faceModelVersions)
Version numbers of the face detection models associated with the collections in the array
CollectionIds. |
ListCollectionsResult |
ListCollectionsResult.withFaceModelVersions(String... faceModelVersions)
Version numbers of the face detection models associated with the collections in the array
CollectionIds. |
ListCollectionsResult |
ListCollectionsResult.withNextToken(String nextToken)
If the result is truncated, the response provides a
NextToken that you can use in the subsequent
request to fetch the next set of collection IDs. |
Copyright © 2021. All rights reserved.