| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
A tag key.
|
Tag |
Tag.withValue(String value)
A tag value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
One or more tags, separated by commas, to be added to the resource, such as a workgroup.
|
List<Tag> |
CreateWorkGroupRequest.getTags()
One or more tags, separated by commas, that you want to attach to the workgroup as you create it.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The list of tags associated with this workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
One or more tags, separated by commas, to be added to the resource, such as a workgroup.
|
CreateWorkGroupRequest |
CreateWorkGroupRequest.withTags(Tag... tags)
One or more tags, separated by commas, that you want to attach to the workgroup as you create it.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The list of tags associated with this workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
One or more tags, separated by commas, to be added to the resource, such as a workgroup.
|
void |
CreateWorkGroupRequest.setTags(Collection<Tag> tags)
One or more tags, separated by commas, that you want to attach to the workgroup as you create it.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The list of tags associated with this workgroup.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
One or more tags, separated by commas, to be added to the resource, such as a workgroup.
|
CreateWorkGroupRequest |
CreateWorkGroupRequest.withTags(Collection<Tag> tags)
One or more tags, separated by commas, that you want to attach to the workgroup as you create it.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The list of tags associated with this workgroup.
|
Copyright © 2019. All rights reserved.