| Package | Description |
|---|---|
| com.amazonaws.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
A unique identifier for the tag.
|
Tag |
Tag.withValue(String value)
An optional string, typically used to describe or define the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
DescribeTagsResult.getTags()
A list of tags associated with the ML object.
|
List<Tag> |
AddTagsRequest.getTags()
The key-value pairs to use to create tags.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResult |
DescribeTagsResult.withTags(Tag... tags)
A list of tags associated with the ML object.
|
AddTagsRequest |
AddTagsRequest.withTags(Tag... tags)
The key-value pairs to use to create tags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTagsResult.setTags(Collection<Tag> tags)
A list of tags associated with the ML object.
|
void |
AddTagsRequest.setTags(Collection<Tag> tags)
The key-value pairs to use to create tags.
|
DescribeTagsResult |
DescribeTagsResult.withTags(Collection<Tag> tags)
A list of tags associated with the ML object.
|
AddTagsRequest |
AddTagsRequest.withTags(Collection<Tag> tags)
The key-value pairs to use to create tags.
|
Copyright © 2020. All rights reserved.