| 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> |
ListTagsForResourceResult.getTags()
The list of tags associated with the specified resource.
|
List<Tag> |
CreateWorkGroupRequest.getTags()
A list of comma separated tags to add to the workgroup that is created.
|
List<Tag> |
CreateDataCatalogRequest.getTags()
A list of comma separated tags to add to the data catalog that is created.
|
List<Tag> |
TagResourceRequest.getTags()
A collection of one or more tags, separated by commas, to be added to an Athena resource.
|
List<Tag> |
CreateCapacityReservationRequest.getTags()
The tags for the capacity reservation.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The list of tags associated with the specified resource.
|
CreateWorkGroupRequest |
CreateWorkGroupRequest.withTags(Tag... tags)
A list of comma separated tags to add to the workgroup that is created.
|
CreateDataCatalogRequest |
CreateDataCatalogRequest.withTags(Tag... tags)
A list of comma separated tags to add to the data catalog that is created.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
A collection of one or more tags, separated by commas, to be added to an Athena resource.
|
CreateCapacityReservationRequest |
CreateCapacityReservationRequest.withTags(Tag... tags)
The tags for the capacity reservation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The list of tags associated with the specified resource.
|
void |
CreateWorkGroupRequest.setTags(Collection<Tag> tags)
A list of comma separated tags to add to the workgroup that is created.
|
void |
CreateDataCatalogRequest.setTags(Collection<Tag> tags)
A list of comma separated tags to add to the data catalog that is created.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
A collection of one or more tags, separated by commas, to be added to an Athena resource.
|
void |
CreateCapacityReservationRequest.setTags(Collection<Tag> tags)
The tags for the capacity reservation.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The list of tags associated with the specified resource.
|
CreateWorkGroupRequest |
CreateWorkGroupRequest.withTags(Collection<Tag> tags)
A list of comma separated tags to add to the workgroup that is created.
|
CreateDataCatalogRequest |
CreateDataCatalogRequest.withTags(Collection<Tag> tags)
A list of comma separated tags to add to the data catalog that is created.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
A collection of one or more tags, separated by commas, to be added to an Athena resource.
|
CreateCapacityReservationRequest |
CreateCapacityReservationRequest.withTags(Collection<Tag> tags)
The tags for the capacity reservation.
|
Copyright © 2023. All rights reserved.