Uses of Class
software.amazon.awssdk.services.athena.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.athena.model software.amazon.awssdk.services.athena.paginators -
-
Uses of Tag in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type Tag Modifier and Type Method Description 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.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.Methods in software.amazon.awssdk.services.athena.model with parameters of type Tag Modifier and Type Method Description CreateCapacityReservationRequest.BuilderCreateCapacityReservationRequest.Builder. tags(Tag... tags)The tags for the capacity reservation.CreateDataCatalogRequest.BuilderCreateDataCatalogRequest.Builder. tags(Tag... tags)A list of comma separated tags to add to the data catalog that is created.CreateWorkGroupRequest.BuilderCreateWorkGroupRequest.Builder. tags(Tag... tags)A list of comma separated tags to add to the workgroup that is created.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The list of tags associated with the specified resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A collection of one or more tags, separated by commas, to be added to an Athena resource.Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type Tag Modifier and Type Method Description CreateCapacityReservationRequest.BuilderCreateCapacityReservationRequest.Builder. tags(Collection<Tag> tags)The tags for the capacity reservation.CreateDataCatalogRequest.BuilderCreateDataCatalogRequest.Builder. tags(Collection<Tag> tags)A list of comma separated tags to add to the data catalog that is created.CreateWorkGroupRequest.BuilderCreateWorkGroupRequest.Builder. tags(Collection<Tag> tags)A list of comma separated tags to add to the workgroup that is created.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The list of tags associated with the specified resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A collection of one or more tags, separated by commas, to be added to an Athena resource. -
Uses of Tag in software.amazon.awssdk.services.athena.paginators
Methods in software.amazon.awssdk.services.athena.paginators that return types with arguments of type Tag Modifier and Type Method Description SdkIterable<Tag>ListTagsForResourceIterable. tags()Returns an iterable to iterate through the paginatedListTagsForResourceResponse.tags()member.SdkPublisher<Tag>ListTagsForResourcePublisher. tags()Returns a publisher that can be used to get a stream of data.
-