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()TheAutoScalingtriggers in use by this environment.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type TriggerModifier and TypeMethodDescriptionEnvironmentResourceDescription.withTriggers(Trigger... triggers) TheAutoScalingtriggers in use by this environment.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type TriggerModifier and TypeMethodDescriptionvoidEnvironmentResourceDescription.setTriggers(Collection<Trigger> triggers) TheAutoScalingtriggers in use by this environment.EnvironmentResourceDescription.withTriggers(Collection<Trigger> triggers) TheAutoScalingtriggers in use by this environment.