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

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

Methods in com.amazonaws.services.ec2 with parameters of type RebootInstancesRequest
 void AmazonEC2.rebootInstances(RebootInstancesRequest rebootInstancesRequest)
           The RebootInstances operation requests a reboot of one or more instances.
 void AmazonEC2Client.rebootInstances(RebootInstancesRequest rebootInstancesRequest)
           The RebootInstances operation requests a reboot of one or more instances.
 Future<Void> AmazonEC2AsyncClient.rebootInstancesAsync(RebootInstancesRequest rebootInstancesRequest)
           The RebootInstances operation requests a reboot of one or more instances.
 Future<Void> AmazonEC2Async.rebootInstancesAsync(RebootInstancesRequest rebootInstancesRequest)
           The RebootInstances operation requests a reboot of one or more instances.
 

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

Methods in com.amazonaws.services.ec2.model that return RebootInstancesRequest
 RebootInstancesRequest RebootInstancesRequest.withInstanceIds(Collection<String> instanceIds)
          The list of instances to terminate.
 RebootInstancesRequest RebootInstancesRequest.withInstanceIds(String... instanceIds)
          The list of instances to terminate.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.