Uses of Class
com.amazonaws.services.ec2.model.InstanceStateChange
-
Packages that use InstanceStateChange Package Description com.amazonaws.services.ec2.model -
-
Uses of InstanceStateChange in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InstanceStateChange Modifier and Type Method Description InstanceStateChange
InstanceStateChange. clone()
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.Methods in com.amazonaws.services.ec2.model that return types with arguments of type InstanceStateChange Modifier and Type Method 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.Methods in com.amazonaws.services.ec2.model with parameters of type InstanceStateChange Modifier and Type Method 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.Method parameters in com.amazonaws.services.ec2.model with type arguments of type InstanceStateChange Modifier and Type Method 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.
-