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 |
---|---|
AttachVolumeResult |
AmazonEC2.attachVolume(AttachVolumeRequest attachVolumeRequest)
Attaches an Amazon EBS volume to a running or stopped instance and
exposes it to the instance with the specified device name.
|
AttachVolumeResult |
AmazonEC2Client.attachVolume(AttachVolumeRequest attachVolumeRequest)
Attaches an Amazon EBS volume to a running or stopped instance and
exposes it to the instance with the specified device name.
|
Future<AttachVolumeResult> |
AmazonEC2AsyncClient.attachVolumeAsync(AttachVolumeRequest attachVolumeRequest)
Attaches an Amazon EBS volume to a running or stopped instance and
exposes it to the instance with the specified device name.
|
Future<AttachVolumeResult> |
AmazonEC2Async.attachVolumeAsync(AttachVolumeRequest attachVolumeRequest)
Attaches an Amazon EBS volume to a running or stopped instance and
exposes it to the instance with the specified device name.
|
Future<AttachVolumeResult> |
AmazonEC2AsyncClient.attachVolumeAsync(AttachVolumeRequest attachVolumeRequest,
AsyncHandler<AttachVolumeRequest,AttachVolumeResult> asyncHandler)
Attaches an Amazon EBS volume to a running or stopped instance and
exposes it to the instance with the specified device name.
|
Future<AttachVolumeResult> |
AmazonEC2Async.attachVolumeAsync(AttachVolumeRequest attachVolumeRequest,
AsyncHandler<AttachVolumeRequest,AttachVolumeResult> asyncHandler)
Attaches an Amazon EBS volume to a running or stopped instance and
exposes it to the instance with the specified device name.
|
Modifier and Type | Method and Description |
---|---|
Future<AttachVolumeResult> |
AmazonEC2AsyncClient.attachVolumeAsync(AttachVolumeRequest attachVolumeRequest,
AsyncHandler<AttachVolumeRequest,AttachVolumeResult> asyncHandler)
Attaches an Amazon EBS volume to a running or stopped instance and
exposes it to the instance with the specified device name.
|
Future<AttachVolumeResult> |
AmazonEC2Async.attachVolumeAsync(AttachVolumeRequest attachVolumeRequest,
AsyncHandler<AttachVolumeRequest,AttachVolumeResult> asyncHandler)
Attaches an Amazon EBS volume to a running or stopped instance and
exposes it to the instance with the specified device name.
|
Modifier and Type | Method and Description |
---|---|
AttachVolumeRequest |
AttachVolumeRequest.withDevice(String device)
The device name to expose to the instance (for example,
/dev/sdh or xvdh ). |
AttachVolumeRequest |
AttachVolumeRequest.withInstanceId(String instanceId)
The ID of the instance.
|
AttachVolumeRequest |
AttachVolumeRequest.withVolumeId(String volumeId)
The ID of the Amazon EBS volume.
|
Modifier and Type | Method and Description |
---|---|
Request<AttachVolumeRequest> |
AttachVolumeRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.