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

Packages that use StartInstancesResult
com.amazonaws.services.ec2 Synchronous and asynchronous client classes for accessing AmazonEC2. 
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of StartInstancesResult in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 that return StartInstancesResult
 StartInstancesResult AmazonEC2Client.startInstances(StartInstancesRequest startInstancesRequest)
           Starts an Amazon EBS-backed AMI that you've previously stopped.
 StartInstancesResult AmazonEC2.startInstances(StartInstancesRequest startInstancesRequest)
           Starts an Amazon EBS-backed AMI that you've previously stopped.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type StartInstancesResult
 Future<StartInstancesResult> AmazonEC2AsyncClient.startInstancesAsync(StartInstancesRequest startInstancesRequest)
           Starts an Amazon EBS-backed AMI that you've previously stopped.
 Future<StartInstancesResult> AmazonEC2Async.startInstancesAsync(StartInstancesRequest startInstancesRequest)
           Starts an Amazon EBS-backed AMI that you've previously stopped.
 Future<StartInstancesResult> AmazonEC2AsyncClient.startInstancesAsync(StartInstancesRequest startInstancesRequest, AsyncHandler<StartInstancesRequest,StartInstancesResult> asyncHandler)
           Starts an Amazon EBS-backed AMI that you've previously stopped.
 Future<StartInstancesResult> AmazonEC2Async.startInstancesAsync(StartInstancesRequest startInstancesRequest, AsyncHandler<StartInstancesRequest,StartInstancesResult> asyncHandler)
           Starts an Amazon EBS-backed AMI that you've previously stopped.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type StartInstancesResult
 Future<StartInstancesResult> AmazonEC2AsyncClient.startInstancesAsync(StartInstancesRequest startInstancesRequest, AsyncHandler<StartInstancesRequest,StartInstancesResult> asyncHandler)
           Starts an Amazon EBS-backed AMI that you've previously stopped.
 Future<StartInstancesResult> AmazonEC2Async.startInstancesAsync(StartInstancesRequest startInstancesRequest, AsyncHandler<StartInstancesRequest,StartInstancesResult> asyncHandler)
           Starts an Amazon EBS-backed AMI that you've previously stopped.
 

Uses of StartInstancesResult in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return StartInstancesResult
 StartInstancesResult StartInstancesResult.withStartingInstances(Collection<InstanceStateChange> startingInstances)
          Information about one or more started instances.
 StartInstancesResult StartInstancesResult.withStartingInstances(InstanceStateChange... startingInstances)
          Information about one or more started instances.
 



Copyright © 2016. All rights reserved.