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 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 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)
Attaches an 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 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 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 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 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 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 |
---|---|
AttachVolumeResult |
AttachVolumeResult.clone() |
AttachVolumeResult |
AttachVolumeResult.withAttachment(VolumeAttachment attachment)
Information about the volume attachment.
|
Copyright © 2015. All rights reserved.