Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
InstanceStateChange |
InstanceStateChange.withCurrentState(InstanceState currentState)
The current state of the instance.
|
InstanceStateChange |
InstanceStateChange.withInstanceId(String instanceId)
The ID of the instance.
|
InstanceStateChange |
InstanceStateChange.withPreviousState(InstanceState previousState)
The previous state of the instance.
|
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 |
---|---|
StartInstancesResult |
StartInstancesResult.withStartingInstances(InstanceStateChange... startingInstances)
Information about one or more started instances.
|
StopInstancesResult |
StopInstancesResult.withStoppingInstances(InstanceStateChange... stoppingInstances)
Information about one or more stopped instances.
|
TerminateInstancesResult |
TerminateInstancesResult.withTerminatingInstances(InstanceStateChange... terminatingInstances)
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.
|
StartInstancesResult |
StartInstancesResult.withStartingInstances(Collection<InstanceStateChange> startingInstances)
Information about one or more started instances.
|
StopInstancesResult |
StopInstancesResult.withStoppingInstances(Collection<InstanceStateChange> stoppingInstances)
Information about one or more stopped instances.
|
TerminateInstancesResult |
TerminateInstancesResult.withTerminatingInstances(Collection<InstanceStateChange> terminatingInstances)
Information about one or more terminated instances.
|
Copyright © 2014. All rights reserved.