Uses of Class
com.amazonaws.services.elasticbeanstalk.model.Tag
Packages that use Tag
-
Uses of Tag in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return TagMethods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type TagModifier and TypeMethodDescriptionCreateEnvironmentRequest.getTags()
This specifies the tags applied to resources in the environment.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type TagModifier and TypeMethodDescriptionThis specifies the tags applied to resources in the environment.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type TagModifier and TypeMethodDescriptionvoid
CreateEnvironmentRequest.setTags
(Collection<Tag> tags) This specifies the tags applied to resources in the environment.CreateEnvironmentRequest.withTags
(Collection<Tag> tags) This specifies the tags applied to resources in the environment.