Uses of Class
com.amazonaws.services.elasticbeanstalk.model.Tag
-
Packages that use Tag Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of Tag in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return Tag Modifier and Type Method Description Tag
Tag. clone()
Tag
Tag. withKey(String key)
The key of the tag.Tag
Tag. withValue(String value)
The value of the tag.Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
CreateEnvironmentRequest. getTags()
This specifies the tags applied to resources in the environment.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type Tag Modifier and Type Method Description CreateEnvironmentRequest
CreateEnvironmentRequest. withTags(Tag... tags)
This specifies the tags applied to resources in the environment.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type Tag Modifier and Type Method Description void
CreateEnvironmentRequest. setTags(Collection<Tag> tags)
This specifies the tags applied to resources in the environment.CreateEnvironmentRequest
CreateEnvironmentRequest. withTags(Collection<Tag> tags)
This specifies the tags applied to resources in the environment.
-