Uses of Class
com.amazonaws.services.elasticbeanstalk.model.Trigger

Packages that use Trigger
com.amazonaws.services.elasticbeanstalk.model Classes modeling the various types represented by AWSElasticBeanstalk. 
 

Uses of Trigger in com.amazonaws.services.elasticbeanstalk.model
 

Methods in com.amazonaws.services.elasticbeanstalk.model that return Trigger
 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
 List<Trigger> EnvironmentResourceDescription.getTriggers()
          The AutoScaling triggers in use by this environment.
 

Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type Trigger
 EnvironmentResourceDescription EnvironmentResourceDescription.withTriggers(Trigger... triggers)
          The AutoScaling triggers in use by this environment.
 

Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type Trigger
 void EnvironmentResourceDescription.setTriggers(Collection<Trigger> triggers)
          The AutoScaling triggers in use by this environment.
 EnvironmentResourceDescription EnvironmentResourceDescription.withTriggers(Collection<Trigger> triggers)
          The AutoScaling triggers in use by this environment.
 



Copyright © 2016. All rights reserved.