| 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 |
|---|---|
ListTagsForResourceResult |
AbstractAmazonRekognition.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AmazonRekognitionClient.listTagsForResource(ListTagsForResourceRequest request)
Returns a list of tags in an Amazon Rekognition collection, stream processor, or Custom Labels model.
|
ListTagsForResourceResult |
AmazonRekognition.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags in an Amazon Rekognition collection, stream processor, or Custom Labels model.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AbstractAmazonRekognitionAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AmazonRekognitionAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns a list of tags in an Amazon Rekognition collection, stream processor, or Custom Labels model.
|
Future<ListTagsForResourceResult> |
AmazonRekognitionAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListTagsForResourceResult |
ListTagsForResourceResult.clearTagsEntries()
Removes all the entries added into Tags.
|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Map<String,String> tags)
A list of key-value tags assigned to the resource.
|
Copyright © 2022. All rights reserved.