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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
AttachVolumeResult |
AttachVolumeResult.withAttachment(VolumeAttachment attachment)
Returns a reference to this object so that method calls can be chained together.
|
Copyright © 2014. All rights reserved.