Uses of Class
com.amazonaws.services.elasticbeanstalk.model.Trigger
-
Packages that use Trigger Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of Trigger in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return Trigger Modifier and Type Method Description TriggerTrigger. clone()TriggerTrigger. withName(String name)The name of the trigger.Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type Trigger Modifier and Type Method Description List<Trigger>EnvironmentResourceDescription. getTriggers()TheAutoScalingtriggers in use by this environment.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type Trigger Modifier and Type Method Description EnvironmentResourceDescriptionEnvironmentResourceDescription. withTriggers(Trigger... triggers)TheAutoScalingtriggers in use by this environment.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type Trigger Modifier and Type Method Description voidEnvironmentResourceDescription. setTriggers(Collection<Trigger> triggers)TheAutoScalingtriggers in use by this environment.EnvironmentResourceDescriptionEnvironmentResourceDescription. withTriggers(Collection<Trigger> triggers)TheAutoScalingtriggers in use by this environment.
-