Uses of Class
com.amazonaws.services.elasticbeanstalk.model.Trigger
Packages that use Trigger
-
Uses of Trigger in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return TriggerMethods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type TriggerModifier and TypeMethodDescriptionEnvironmentResourceDescription.getTriggers()
TheAutoScaling
triggers in use by this environment.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type TriggerModifier and TypeMethodDescriptionEnvironmentResourceDescription.withTriggers
(Trigger... triggers) TheAutoScaling
triggers in use by this environment.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type TriggerModifier and TypeMethodDescriptionvoid
EnvironmentResourceDescription.setTriggers
(Collection<Trigger> triggers) TheAutoScaling
triggers in use by this environment.EnvironmentResourceDescription.withTriggers
(Collection<Trigger> triggers) TheAutoScaling
triggers in use by this environment.