| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model | |
| software.amazon.awssdk.services.athena.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateWorkGroupRequest.tags()
A list of comma separated tags to add to the workgroup that is created.
|
List<Tag> |
ListTagsForResourceResponse.tags()
The list of tags associated with the specified resource.
|
List<Tag> |
TagResourceRequest.tags()
A collection of one or more tags, separated by commas, to be added to an Athena resource.
|
List<Tag> |
CreateCapacityReservationRequest.tags()
The tags for the capacity reservation.
|
List<Tag> |
CreateDataCatalogRequest.tags()
A list of comma separated tags to add to the data catalog that is created.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWorkGroupRequest.Builder |
CreateWorkGroupRequest.Builder.tags(Tag... tags)
A list of comma separated tags to add to the workgroup that is created.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
The list of tags associated with the specified resource.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
A collection of one or more tags, separated by commas, to be added to an Athena resource.
|
CreateCapacityReservationRequest.Builder |
CreateCapacityReservationRequest.Builder.tags(Tag... tags)
The tags for the capacity reservation.
|
CreateDataCatalogRequest.Builder |
CreateDataCatalogRequest.Builder.tags(Tag... tags)
A list of comma separated tags to add to the data catalog that is created.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWorkGroupRequest.Builder |
CreateWorkGroupRequest.Builder.tags(Collection<Tag> tags)
A list of comma separated tags to add to the workgroup that is created.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
The list of tags associated with the specified resource.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
A collection of one or more tags, separated by commas, to be added to an Athena resource.
|
CreateCapacityReservationRequest.Builder |
CreateCapacityReservationRequest.Builder.tags(Collection<Tag> tags)
The tags for the capacity reservation.
|
CreateDataCatalogRequest.Builder |
CreateDataCatalogRequest.Builder.tags(Collection<Tag> tags)
A list of comma separated tags to add to the data catalog that is created.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Tag> |
ListTagsForResourcePublisher.tags()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Tag> |
ListTagsForResourceIterable.tags()
Returns an iterable to iterate through the paginated
ListTagsForResourceResponse.tags() member. |
Copyright © 2023. All rights reserved.