Uses of Class
com.amazonaws.services.ec2.model.InstanceStateChange

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 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
 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
 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
 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 © 2016. All rights reserved.