Uses of Class
software.amazon.awssdk.services.cloud9.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.cloud9.model -
-
Uses of Tag in software.amazon.awssdk.services.cloud9.model
Methods in software.amazon.awssdk.services.cloud9.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateEnvironmentEc2Request. tags()An array of key-value pairs that will be associated with the new Cloud9 development environment.List<Tag>ListTagsForResourceResponse. tags()The list of tags associated with the Cloud9 development environment.List<Tag>TagResourceRequest. tags()The list of tags to add to the given Cloud9 development environment.Methods in software.amazon.awssdk.services.cloud9.model with parameters of type Tag Modifier and Type Method Description CreateEnvironmentEc2Request.BuilderCreateEnvironmentEc2Request.Builder. tags(Tag... tags)An array of key-value pairs that will be associated with the new Cloud9 development environment.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The list of tags associated with the Cloud9 development environment.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The list of tags to add to the given Cloud9 development environment.Method parameters in software.amazon.awssdk.services.cloud9.model with type arguments of type Tag Modifier and Type Method Description CreateEnvironmentEc2Request.BuilderCreateEnvironmentEc2Request.Builder. tags(Collection<Tag> tags)An array of key-value pairs that will be associated with the new Cloud9 development environment.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The list of tags associated with the Cloud9 development environment.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The list of tags to add to the given Cloud9 development environment.
-