Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model | |
com.amazonaws.services.elasticbeanstalk.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Trigger> |
EnvironmentResourceDescription.triggers
The
AutoScaling triggers in use by this environment. |
Modifier and Type | Method and Description |
---|---|
Trigger |
Trigger.clone() |
Trigger |
Trigger.withName(java.lang.String name)
The name of the trigger.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Trigger> triggers)
The
AutoScaling triggers in use by this environment. |
EnvironmentResourceDescription |
EnvironmentResourceDescription.withTriggers(java.util.Collection<Trigger> triggers)
The
AutoScaling triggers in use by this environment. |
Modifier and Type | Method and Description |
---|---|
Trigger |
TriggerStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |