Uses of Class
software.amazon.awssdk.services.lookoutvision.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.lookoutvision.model -
-
Uses of Tag in software.amazon.awssdk.services.lookoutvision.model
Methods in software.amazon.awssdk.services.lookoutvision.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateModelRequest. tags()A set of tags (key-value pairs) that you want to attach to the model.List<Tag>GreengrassConfiguration. tags()A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.List<Tag>ListTagsForResourceResponse. tags()A map of tag keys and values attached to the specified model.List<Tag>TagResourceRequest. tags()The key-value tags to assign to the model.Methods in software.amazon.awssdk.services.lookoutvision.model with parameters of type Tag Modifier and Type Method Description CreateModelRequest.BuilderCreateModelRequest.Builder. tags(Tag... tags)A set of tags (key-value pairs) that you want to attach to the model.GreengrassConfiguration.BuilderGreengrassConfiguration.Builder. tags(Tag... tags)A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)A map of tag keys and values attached to the specified model.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The key-value tags to assign to the model.Method parameters in software.amazon.awssdk.services.lookoutvision.model with type arguments of type Tag Modifier and Type Method Description CreateModelRequest.BuilderCreateModelRequest.Builder. tags(Collection<Tag> tags)A set of tags (key-value pairs) that you want to attach to the model.GreengrassConfiguration.BuilderGreengrassConfiguration.Builder. tags(Collection<Tag> tags)A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)A map of tag keys and values attached to the specified model.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The key-value tags to assign to the model.
-