Package | Description |
---|---|
org.mule.modules.ec2.model |
Modifier and Type | Method and Description |
---|---|
List<InstanceStateChange> |
StartInstancesResult.getStartingInstances()
Information about one or more started instances.
|
List<InstanceStateChange> |
StopInstancesResult.getStoppingInstances()
Information about one or more stopped instances.
|
List<InstanceStateChange> |
TerminateInstancesResult.getTerminatingInstances()
Information about one or more terminated instances.
|
Modifier and Type | Method and Description |
---|---|
void |
StartInstancesResult.setStartingInstances(Collection<InstanceStateChange> startingInstances)
Information about one or more started instances.
|
void |
StopInstancesResult.setStoppingInstances(Collection<InstanceStateChange> stoppingInstances)
Information about one or more stopped instances.
|
void |
TerminateInstancesResult.setTerminatingInstances(Collection<InstanceStateChange> terminatingInstances)
Information about one or more terminated instances.
|
Copyright © 2010–2020. All rights reserved.