Uses of Class
software.amazon.awssdk.services.opensearch.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of Tag in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>AddTagsRequest. tagList()List of resource tags.List<Tag>CreateDomainRequest. tagList()List of tags to add to the domain upon creation.List<Tag>ListTagsResponse. tagList()List of resource tags associated with the specified domain.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type Tag Modifier and Type Method Description AddTagsRequest.BuilderAddTagsRequest.Builder. tagList(Tag... tagList)List of resource tags.CreateDomainRequest.BuilderCreateDomainRequest.Builder. tagList(Tag... tagList)List of tags to add to the domain upon creation.ListTagsResponse.BuilderListTagsResponse.Builder. tagList(Tag... tagList)List of resource tags associated with the specified domain.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type Tag Modifier and Type Method Description AddTagsRequest.BuilderAddTagsRequest.Builder. tagList(Collection<Tag> tagList)List of resource tags.CreateDomainRequest.BuilderCreateDomainRequest.Builder. tagList(Collection<Tag> tagList)List of tags to add to the domain upon creation.ListTagsResponse.BuilderListTagsResponse.Builder. tagList(Collection<Tag> tagList)List of resource tags associated with the specified domain.
-