| Package | Description |
|---|---|
| com.amazonaws.services.ec2 | |
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonEC2Client.rebootInstances(RebootInstancesRequest rebootInstancesRequest)
Requests a reboot of one or more instances.
|
void |
AmazonEC2.rebootInstances(RebootInstancesRequest rebootInstancesRequest)
Requests a reboot of one or more instances.
|
void |
AbstractAmazonEC2.rebootInstances(RebootInstancesRequest request) |
Future<Void> |
AmazonEC2AsyncClient.rebootInstancesAsync(RebootInstancesRequest request) |
Future<Void> |
AmazonEC2Async.rebootInstancesAsync(RebootInstancesRequest rebootInstancesRequest)
Requests a reboot of one or more instances.
|
Future<Void> |
AbstractAmazonEC2Async.rebootInstancesAsync(RebootInstancesRequest request) |
Future<Void> |
AmazonEC2AsyncClient.rebootInstancesAsync(RebootInstancesRequest request,
AsyncHandler<RebootInstancesRequest,Void> asyncHandler) |
Future<Void> |
AmazonEC2Async.rebootInstancesAsync(RebootInstancesRequest rebootInstancesRequest,
AsyncHandler<RebootInstancesRequest,Void> asyncHandler)
Requests a reboot of one or more instances.
|
Future<Void> |
AbstractAmazonEC2Async.rebootInstancesAsync(RebootInstancesRequest request,
AsyncHandler<RebootInstancesRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonEC2AsyncClient.rebootInstancesAsync(RebootInstancesRequest request,
AsyncHandler<RebootInstancesRequest,Void> asyncHandler) |
Future<Void> |
AmazonEC2Async.rebootInstancesAsync(RebootInstancesRequest rebootInstancesRequest,
AsyncHandler<RebootInstancesRequest,Void> asyncHandler)
Requests a reboot of one or more instances.
|
Future<Void> |
AbstractAmazonEC2Async.rebootInstancesAsync(RebootInstancesRequest request,
AsyncHandler<RebootInstancesRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RebootInstancesRequest |
RebootInstancesRequest.clone() |
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 © 2016. All rights reserved.