| Package | Description |
|---|---|
| com.amazonaws.services.mediastore.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
Part of the key:value pair that defines a tag.
|
Tag |
Tag.withValue(String value)
Part of the key:value pair that defines a tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateContainerRequest.getTags()
An array of key:value pairs that you define.
|
List<Tag> |
TagResourceRequest.getTags()
An array of key:value pairs that you want to add to the container.
|
List<Tag> |
ListTagsForResourceResult.getTags()
An array of key:value pairs that are assigned to the container.
|
| Modifier and Type | Method and Description |
|---|---|
CreateContainerRequest |
CreateContainerRequest.withTags(Tag... tags)
An array of key:value pairs that you define.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
An array of key:value pairs that you want to add to the container.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
An array of key:value pairs that are assigned to the container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateContainerRequest.setTags(Collection<Tag> tags)
An array of key:value pairs that you define.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
An array of key:value pairs that you want to add to the container.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
An array of key:value pairs that are assigned to the container.
|
CreateContainerRequest |
CreateContainerRequest.withTags(Collection<Tag> tags)
An array of key:value pairs that you define.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
An array of key:value pairs that you want to add to the container.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
An array of key:value pairs that are assigned to the container.
|
Copyright © 2023. All rights reserved.