| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
One part of a key-value pair that makes up a tag.
|
Tag |
Tag.withValue(String value)
The optional part of a key-value pair that makes up a tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
The tags to add to the resource.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The tags to add to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The tags to add to the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tags to add to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The tags to add to the resource.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The tags to add to the resource.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The tags to add to the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tags to add to the resource.
|
Copyright © 2020. All rights reserved.