Uses of Class
software.amazon.awssdk.services.mediastore.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.mediastore.model -
-
Uses of Tag in software.amazon.awssdk.services.mediastore.model
Methods in software.amazon.awssdk.services.mediastore.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateContainerRequest. tags()An array of key:value pairs that you define.List<Tag>ListTagsForResourceResponse. tags()An array of key:value pairs that are assigned to the container.List<Tag>TagResourceRequest. tags()An array of key:value pairs that you want to add to the container.Methods in software.amazon.awssdk.services.mediastore.model with parameters of type Tag Modifier and Type Method Description CreateContainerRequest.BuilderCreateContainerRequest.Builder. tags(Tag... tags)An array of key:value pairs that you define.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)An array of key:value pairs that are assigned to the container.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)An array of key:value pairs that you want to add to the container.Method parameters in software.amazon.awssdk.services.mediastore.model with type arguments of type Tag Modifier and Type Method Description CreateContainerRequest.BuilderCreateContainerRequest.Builder. tags(Collection<Tag> tags)An array of key:value pairs that you define.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)An array of key:value pairs that are assigned to the container.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)An array of key:value pairs that you want to add to the container.
-