Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Classes modeling the various types represented by AWSElasticBeanstalk.
|
Modifier and Type | Method and Description |
---|---|
Trigger |
Trigger.withName(String name)
The name of the trigger.
|
Modifier and Type | Method and Description |
---|---|
List<Trigger> |
EnvironmentResourceDescription.getTriggers()
The
AutoScaling triggers in use by this environment. |
Modifier and Type | Method and Description |
---|---|
EnvironmentResourceDescription |
EnvironmentResourceDescription.withTriggers(Trigger... triggers)
The
AutoScaling triggers in use by this environment. |
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.