Uses of Class
software.amazon.awssdk.services.dax.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.dax.model -
-
Uses of Tag in software.amazon.awssdk.services.dax.model
Methods in software.amazon.awssdk.services.dax.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateClusterRequest. tags()A set of tags to associate with the DAX cluster.List<Tag>ListTagsResponse. tags()A list of tags currently associated with the DAX cluster.List<Tag>TagResourceRequest. tags()The tags to be assigned to the DAX resource.List<Tag>TagResourceResponse. tags()The list of tags that are associated with the DAX resource.List<Tag>UntagResourceResponse. tags()The tag keys that have been removed from the cluster.Methods in software.amazon.awssdk.services.dax.model with parameters of type Tag Modifier and Type Method Description CreateClusterRequest.BuilderCreateClusterRequest.Builder. tags(Tag... tags)A set of tags to associate with the DAX cluster.ListTagsResponse.BuilderListTagsResponse.Builder. tags(Tag... tags)A list of tags currently associated with the DAX cluster.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tags to be assigned to the DAX resource.TagResourceResponse.BuilderTagResourceResponse.Builder. tags(Tag... tags)The list of tags that are associated with the DAX resource.UntagResourceResponse.BuilderUntagResourceResponse.Builder. tags(Tag... tags)The tag keys that have been removed from the cluster.Method parameters in software.amazon.awssdk.services.dax.model with type arguments of type Tag Modifier and Type Method Description CreateClusterRequest.BuilderCreateClusterRequest.Builder. tags(Collection<Tag> tags)A set of tags to associate with the DAX cluster.ListTagsResponse.BuilderListTagsResponse.Builder. tags(Collection<Tag> tags)A list of tags currently associated with the DAX cluster.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the DAX resource.TagResourceResponse.BuilderTagResourceResponse.Builder. tags(Collection<Tag> tags)The list of tags that are associated with the DAX resource.UntagResourceResponse.BuilderUntagResourceResponse.Builder. tags(Collection<Tag> tags)The tag keys that have been removed from the cluster.
-