Uses of Class
software.amazon.awssdk.services.kinesisanalytics.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.kinesisanalytics.model -
-
Uses of Tag in software.amazon.awssdk.services.kinesisanalytics.model
Methods in software.amazon.awssdk.services.kinesisanalytics.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateApplicationRequest. tags()A list of one or more tags to assign to the application.List<Tag>ListTagsForResourceResponse. tags()The key-value tags assigned to the application.List<Tag>TagResourceRequest. tags()The key-value tags to assign to the application.Methods in software.amazon.awssdk.services.kinesisanalytics.model with parameters of type Tag Modifier and Type Method Description CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. tags(Tag... tags)A list of one or more tags to assign to the application.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The key-value tags assigned to the application.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The key-value tags to assign to the application.Method parameters in software.amazon.awssdk.services.kinesisanalytics.model with type arguments of type Tag Modifier and Type Method Description CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. tags(Collection<Tag> tags)A list of one or more tags to assign to the application.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The key-value tags assigned to the application.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The key-value tags to assign to the application.
-