Uses of Class
com.amazonaws.services.ec2.model.InstanceStateChange
Packages that use InstanceStateChange
-
Uses of InstanceStateChange in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InstanceStateChangeModifier and TypeMethodDescriptionInstanceStateChange.clone()InstanceStateChange.withCurrentState(InstanceState currentState) The current state of the instance.InstanceStateChange.withInstanceId(String instanceId) The ID of the instance.InstanceStateChange.withPreviousState(InstanceState previousState) The previous state of the instance.Methods in com.amazonaws.services.ec2.model that return types with arguments of type InstanceStateChangeModifier and TypeMethodDescriptionStartInstancesResult.getStartingInstances()Information about one or more started instances.StopInstancesResult.getStoppingInstances()Information about one or more stopped instances.TerminateInstancesResult.getTerminatingInstances()Information about one or more terminated instances.Methods in com.amazonaws.services.ec2.model with parameters of type InstanceStateChangeModifier and TypeMethodDescriptionStartInstancesResult.withStartingInstances(InstanceStateChange... startingInstances) Information about one or more started instances.StopInstancesResult.withStoppingInstances(InstanceStateChange... stoppingInstances) Information about one or more stopped instances.TerminateInstancesResult.withTerminatingInstances(InstanceStateChange... terminatingInstances) Information about one or more terminated instances.Method parameters in com.amazonaws.services.ec2.model with type arguments of type InstanceStateChangeModifier and TypeMethodDescriptionvoidStartInstancesResult.setStartingInstances(Collection<InstanceStateChange> startingInstances) Information about one or more started instances.voidStopInstancesResult.setStoppingInstances(Collection<InstanceStateChange> stoppingInstances) Information about one or more stopped instances.voidTerminateInstancesResult.setTerminatingInstances(Collection<InstanceStateChange> terminatingInstances) Information about one or more terminated instances.StartInstancesResult.withStartingInstances(Collection<InstanceStateChange> startingInstances) Information about one or more started instances.StopInstancesResult.withStoppingInstances(Collection<InstanceStateChange> stoppingInstances) Information about one or more stopped instances.TerminateInstancesResult.withTerminatingInstances(Collection<InstanceStateChange> terminatingInstances) Information about one or more terminated instances.