Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.opensearchserverless.model -
-
Uses of Tag in software.amazon.awssdk.services.opensearchserverless.model
Methods in software.amazon.awssdk.services.opensearchserverless.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateCollectionRequest. tags()An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Serverless collection.List<Tag>ListTagsForResourceResponse. tags()The tags associated with the resource.List<Tag>TagResourceRequest. tags()A list of tags (key-value pairs) to add to the resource.Methods in software.amazon.awssdk.services.opensearchserverless.model with parameters of type Tag Modifier and Type Method Description CreateCollectionRequest.BuilderCreateCollectionRequest.Builder. tags(Tag... tags)An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Serverless collection.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The tags associated with the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A list of tags (key-value pairs) to add to the resource.Method parameters in software.amazon.awssdk.services.opensearchserverless.model with type arguments of type Tag Modifier and Type Method Description CreateCollectionRequest.BuilderCreateCollectionRequest.Builder. tags(Collection<Tag> tags)An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Serverless collection.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The tags associated with the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A list of tags (key-value pairs) to add to the resource.
-