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 Trigger
Trigger. clone()
Trigger
Trigger. 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()
TheAutoScaling
triggers in use by this environment.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type Trigger Modifier and Type Method Description EnvironmentResourceDescription
EnvironmentResourceDescription. withTriggers(Trigger... triggers)
TheAutoScaling
triggers in use by this environment.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type Trigger Modifier and Type Method Description void
EnvironmentResourceDescription. setTriggers(Collection<Trigger> triggers)
TheAutoScaling
triggers in use by this environment.EnvironmentResourceDescription
EnvironmentResourceDescription. withTriggers(Collection<Trigger> triggers)
TheAutoScaling
triggers in use by this environment.
-