| Package | Description |
|---|---|
| com.amazonaws.services.lookoutforvision |
This is the Amazon Lookout for Vision API Reference.
|
| com.amazonaws.services.lookoutforvision.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AbstractAmazonLookoutforVision.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AmazonLookoutforVisionClient.listTagsForResource(ListTagsForResourceRequest request)
Returns a list of tags attached to the specified Amazon Lookout for Vision model.
|
ListTagsForResourceResult |
AmazonLookoutforVision.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags attached to the specified Amazon Lookout for Vision model.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AbstractAmazonLookoutforVisionAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AmazonLookoutforVisionAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AmazonLookoutforVisionAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns a list of tags attached to the specified Amazon Lookout for Vision model.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
A map of tag keys and values attached to the specified model.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
A map of tag keys and values attached to the specified model.
|
Copyright © 2023. All rights reserved.