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

Packages that use StartInstancesRequest
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 StartInstancesRequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type StartInstancesRequest
 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.
 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 StartInstancesRequest
 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 StartInstancesRequest in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return StartInstancesRequest
 StartInstancesRequest StartInstancesRequest.withAdditionalInfo(String additionalInfo)
           Returns a reference to this object so that method calls can be chained together.
 StartInstancesRequest StartInstancesRequest.withInstanceIds(Collection<String> instanceIds)
          One or more instance IDs.
 StartInstancesRequest StartInstancesRequest.withInstanceIds(String... instanceIds)
          One or more instance IDs.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type StartInstancesRequest
 Request<StartInstancesRequest> StartInstancesRequest.getDryRunRequest()
          This method is intended for internal use only.
 



Copyright © 2016. All rights reserved.