| Package | Description |
|---|---|
| com.amazonaws.services.lookoutforvision.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key of the tag that is attached to the specified model.
|
Tag |
Tag.withValue(String value)
The value of the tag that is attached to the specified model.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResult.getTags()
A map of tag keys and values attached to the specified model.
|
List<Tag> |
GreengrassConfiguration.getTags()
A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.
|
List<Tag> |
CreateModelRequest.getTags()
A set of tags (key-value pairs) that you want to attach to the model.
|
List<Tag> |
TagResourceRequest.getTags()
The key-value tags to assign to the model.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
A map of tag keys and values attached to the specified model.
|
GreengrassConfiguration |
GreengrassConfiguration.withTags(Tag... tags)
A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.
|
CreateModelRequest |
CreateModelRequest.withTags(Tag... tags)
A set of tags (key-value pairs) that you want to attach to the model.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The key-value tags to assign to the model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
A map of tag keys and values attached to the specified model.
|
void |
GreengrassConfiguration.setTags(Collection<Tag> tags)
A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.
|
void |
CreateModelRequest.setTags(Collection<Tag> tags)
A set of tags (key-value pairs) that you want to attach to the model.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The key-value tags to assign to the model.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
A map of tag keys and values attached to the specified model.
|
GreengrassConfiguration |
GreengrassConfiguration.withTags(Collection<Tag> tags)
A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.
|
CreateModelRequest |
CreateModelRequest.withTags(Collection<Tag> tags)
A set of tags (key-value pairs) that you want to attach to the model.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The key-value tags to assign to the model.
|
Copyright © 2023. All rights reserved.