Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonEC2.rebootInstances(RebootInstancesRequest rebootInstancesRequest)
Requests a reboot of one or more instances.
|
void |
AmazonEC2Client.rebootInstances(RebootInstancesRequest rebootInstancesRequest)
Requests a reboot of one or more instances.
|
Future<Void> |
AmazonEC2AsyncClient.rebootInstancesAsync(RebootInstancesRequest rebootInstancesRequest)
Requests a reboot of one or more instances.
|
Future<Void> |
AmazonEC2Async.rebootInstancesAsync(RebootInstancesRequest rebootInstancesRequest)
Requests a reboot of one or more instances.
|
Future<Void> |
AmazonEC2AsyncClient.rebootInstancesAsync(RebootInstancesRequest rebootInstancesRequest,
AsyncHandler<RebootInstancesRequest,Void> asyncHandler)
Requests a reboot of one or more instances.
|
Future<Void> |
AmazonEC2Async.rebootInstancesAsync(RebootInstancesRequest rebootInstancesRequest,
AsyncHandler<RebootInstancesRequest,Void> asyncHandler)
Requests a reboot of one or more instances.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonEC2AsyncClient.rebootInstancesAsync(RebootInstancesRequest rebootInstancesRequest,
AsyncHandler<RebootInstancesRequest,Void> asyncHandler)
Requests a reboot of one or more instances.
|
Future<Void> |
AmazonEC2Async.rebootInstancesAsync(RebootInstancesRequest rebootInstancesRequest,
AsyncHandler<RebootInstancesRequest,Void> asyncHandler)
Requests a reboot of one or more instances.
|
Modifier and Type | Method and Description |
---|---|
RebootInstancesRequest |
RebootInstancesRequest.withInstanceIds(Collection<String> instanceIds)
One or more instance IDs.
|
RebootInstancesRequest |
RebootInstancesRequest.withInstanceIds(String... instanceIds)
One or more instance IDs.
|
Modifier and Type | Method and Description |
---|---|
Request<RebootInstancesRequest> |
RebootInstancesRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.