| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutvision.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
GreengrassConfiguration.tags()
A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.
|
List<Tag> |
CreateModelRequest.tags()
A set of tags (key-value pairs) that you want to attach to the model.
|
List<Tag> |
TagResourceRequest.tags()
The key-value tags to assign to the model.
|
List<Tag> |
ListTagsForResourceResponse.tags()
A map of tag keys and values attached to the specified model.
|
| Modifier and Type | Method and Description |
|---|---|
GreengrassConfiguration.Builder |
GreengrassConfiguration.Builder.tags(Tag... tags)
A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.tags(Tag... tags)
A set of tags (key-value pairs) that you want to attach to the model.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The key-value tags to assign to the model.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
A map of tag keys and values attached to the specified model.
|
| Modifier and Type | Method and Description |
|---|---|
GreengrassConfiguration.Builder |
GreengrassConfiguration.Builder.tags(Collection<Tag> tags)
A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.tags(Collection<Tag> tags)
A set of tags (key-value pairs) that you want to attach to the model.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The key-value tags to assign to the model.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
A map of tag keys and values attached to the specified model.
|
Copyright © 2022. All rights reserved.