|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanceStateChange | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of InstanceStateChange in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return InstanceStateChange | |
---|---|
InstanceStateChange |
InstanceStateChange.withCurrentState(InstanceState currentState)
The current state of the specified instance. |
InstanceStateChange |
InstanceStateChange.withInstanceId(String instanceId)
The ID of the instance whose state changed. |
InstanceStateChange |
InstanceStateChange.withPreviousState(InstanceState previousState)
The previous state of the specified instance. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type InstanceStateChange | |
---|---|
List<InstanceStateChange> |
StartInstancesResult.getStartingInstances()
The list of the starting instances and details on how their state has changed. |
List<InstanceStateChange> |
StopInstancesResult.getStoppingInstances()
The list of the stopping instances and details on how their state has changed. |
List<InstanceStateChange> |
TerminateInstancesResult.getTerminatingInstances()
The list of the terminating instances and details on how their state has changed. |
Methods in com.amazonaws.services.ec2.model with parameters of type InstanceStateChange | |
---|---|
StartInstancesResult |
StartInstancesResult.withStartingInstances(InstanceStateChange... startingInstances)
The list of the starting instances and details on how their state has changed. |
StopInstancesResult |
StopInstancesResult.withStoppingInstances(InstanceStateChange... stoppingInstances)
The list of the stopping instances and details on how their state has changed. |
TerminateInstancesResult |
TerminateInstancesResult.withTerminatingInstances(InstanceStateChange... terminatingInstances)
The list of the terminating instances and details on how their state has changed. |
Method parameters in com.amazonaws.services.ec2.model with type arguments of type InstanceStateChange | |
---|---|
void |
StartInstancesResult.setStartingInstances(Collection<InstanceStateChange> startingInstances)
The list of the starting instances and details on how their state has changed. |
void |
StopInstancesResult.setStoppingInstances(Collection<InstanceStateChange> stoppingInstances)
The list of the stopping instances and details on how their state has changed. |
void |
TerminateInstancesResult.setTerminatingInstances(Collection<InstanceStateChange> terminatingInstances)
The list of the terminating instances and details on how their state has changed. |
StartInstancesResult |
StartInstancesResult.withStartingInstances(Collection<InstanceStateChange> startingInstances)
The list of the starting instances and details on how their state has changed. |
StopInstancesResult |
StopInstancesResult.withStoppingInstances(Collection<InstanceStateChange> stoppingInstances)
The list of the stopping instances and details on how their state has changed. |
TerminateInstancesResult |
TerminateInstancesResult.withTerminatingInstances(Collection<InstanceStateChange> terminatingInstances)
The list of the terminating instances and details on how their state has changed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |