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>AddDirectQueryDataSourceRequest. tagList()Returns the value of the TagList property for this object.List<Tag>AddTagsRequest. tagList()List of resource tags.List<Tag>CreateApplicationRequest. tagList()Returns the value of the TagList property for this object.List<Tag>CreateApplicationResponse. tagList()Returns the value of the TagList property for this object.List<Tag>CreateDomainRequest. tagList()List of tags to add to the domain upon creation.List<Tag>DirectQueryDataSource. tagList()A list of tags attached to a direct query data source.List<Tag>ListTagsResponse. tagList()List of resource tags associated with the specified domain, data source, or application.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type Tag Modifier and Type Method Description AddDirectQueryDataSourceRequest.BuilderAddDirectQueryDataSourceRequest.Builder. tagList(Tag... tagList)Sets the value of the TagList property for this object.AddTagsRequest.BuilderAddTagsRequest.Builder. tagList(Tag... tagList)List of resource tags.CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. tagList(Tag... tagList)Sets the value of the TagList property for this object.CreateApplicationResponse.BuilderCreateApplicationResponse.Builder. tagList(Tag... tagList)Sets the value of the TagList property for this object.CreateDomainRequest.BuilderCreateDomainRequest.Builder. tagList(Tag... tagList)List of tags to add to the domain upon creation.DirectQueryDataSource.BuilderDirectQueryDataSource.Builder. tagList(Tag... tagList)A list of tags attached to a direct query data source.ListTagsResponse.BuilderListTagsResponse.Builder. tagList(Tag... tagList)List of resource tags associated with the specified domain, data source, or application.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type Tag Modifier and Type Method Description AddDirectQueryDataSourceRequest.BuilderAddDirectQueryDataSourceRequest.Builder. tagList(Collection<Tag> tagList)Sets the value of the TagList property for this object.AddTagsRequest.BuilderAddTagsRequest.Builder. tagList(Collection<Tag> tagList)List of resource tags.CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. tagList(Collection<Tag> tagList)Sets the value of the TagList property for this object.CreateApplicationResponse.BuilderCreateApplicationResponse.Builder. tagList(Collection<Tag> tagList)Sets the value of the TagList property for this object.CreateDomainRequest.BuilderCreateDomainRequest.Builder. tagList(Collection<Tag> tagList)List of tags to add to the domain upon creation.DirectQueryDataSource.BuilderDirectQueryDataSource.Builder. tagList(Collection<Tag> tagList)A list of tags attached to a direct query data source.ListTagsResponse.BuilderListTagsResponse.Builder. tagList(Collection<Tag> tagList)List of resource tags associated with the specified domain, data source, or application.
-