Uses of Class
software.amazon.awssdk.services.machinelearning.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.machinelearning.model -
-
Uses of Tag in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>AddTagsRequest. tags()The key-value pairs to use to create tags.List<Tag>DescribeTagsResponse. tags()A list of tags associated with the ML object.Methods in software.amazon.awssdk.services.machinelearning.model with parameters of type Tag Modifier and Type Method Description AddTagsRequest.BuilderAddTagsRequest.Builder. tags(Tag... tags)The key-value pairs to use to create tags.DescribeTagsResponse.BuilderDescribeTagsResponse.Builder. tags(Tag... tags)A list of tags associated with the ML object.Method parameters in software.amazon.awssdk.services.machinelearning.model with type arguments of type Tag Modifier and Type Method Description AddTagsRequest.BuilderAddTagsRequest.Builder. tags(Collection<Tag> tags)The key-value pairs to use to create tags.DescribeTagsResponse.BuilderDescribeTagsResponse.Builder. tags(Collection<Tag> tags)A list of tags associated with the ML object.
-