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 TagTag. clone()TagTag. withKey(String key)The key of the tag.TagTag. 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 CreateEnvironmentRequestCreateEnvironmentRequest. 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 voidCreateEnvironmentRequest. setTags(Collection<Tag> tags)This specifies the tags applied to resources in the environment.CreateEnvironmentRequestCreateEnvironmentRequest. withTags(Collection<Tag> tags)This specifies the tags applied to resources in the environment.
-