| 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<CreateCollectionResult> |
AbstractAmazonRekognitionAsync.createCollectionAsync(CreateCollectionRequest request,
AsyncHandler<CreateCollectionRequest,CreateCollectionResult> asyncHandler) |
Future<CreateCollectionResult> |
AmazonRekognitionAsync.createCollectionAsync(CreateCollectionRequest createCollectionRequest,
AsyncHandler<CreateCollectionRequest,CreateCollectionResult> asyncHandler)
Creates a collection in an AWS Region.
|
Future<CreateCollectionResult> |
AmazonRekognitionAsyncClient.createCollectionAsync(CreateCollectionRequest request,
AsyncHandler<CreateCollectionRequest,CreateCollectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateCollectionRequest |
CreateCollectionRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateCollectionRequest |
CreateCollectionRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateCollectionRequest |
CreateCollectionRequest.clone() |
CreateCollectionRequest |
CreateCollectionRequest.withCollectionId(String collectionId)
ID for the collection that you are creating.
|
CreateCollectionRequest |
CreateCollectionRequest.withTags(Map<String,String> tags)
A set of tags (key-value pairs) that you want to attach to the collection.
|
Copyright © 2025. All rights reserved.