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 |
---|---|
CreateVolumeResult |
AmazonEC2.createVolume(CreateVolumeRequest createVolumeRequest)
Creates an Amazon EBS volume that can be attached to an instance in
the same Availability Zone.
|
CreateVolumeResult |
AmazonEC2Client.createVolume(CreateVolumeRequest createVolumeRequest)
Creates an Amazon EBS volume that can be attached to an instance in
the same Availability Zone.
|
Future<CreateVolumeResult> |
AmazonEC2AsyncClient.createVolumeAsync(CreateVolumeRequest createVolumeRequest)
Creates an Amazon EBS volume that can be attached to an instance in
the same Availability Zone.
|
Future<CreateVolumeResult> |
AmazonEC2Async.createVolumeAsync(CreateVolumeRequest createVolumeRequest)
Creates an Amazon EBS volume that can be attached to an instance in
the same Availability Zone.
|
Future<CreateVolumeResult> |
AmazonEC2AsyncClient.createVolumeAsync(CreateVolumeRequest createVolumeRequest,
AsyncHandler<CreateVolumeRequest,CreateVolumeResult> asyncHandler)
Creates an Amazon EBS volume that can be attached to an instance in
the same Availability Zone.
|
Future<CreateVolumeResult> |
AmazonEC2Async.createVolumeAsync(CreateVolumeRequest createVolumeRequest,
AsyncHandler<CreateVolumeRequest,CreateVolumeResult> asyncHandler)
Creates an Amazon EBS volume that can be attached to an instance in
the same Availability Zone.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateVolumeResult> |
AmazonEC2AsyncClient.createVolumeAsync(CreateVolumeRequest createVolumeRequest,
AsyncHandler<CreateVolumeRequest,CreateVolumeResult> asyncHandler)
Creates an Amazon EBS volume that can be attached to an instance in
the same Availability Zone.
|
Future<CreateVolumeResult> |
AmazonEC2Async.createVolumeAsync(CreateVolumeRequest createVolumeRequest,
AsyncHandler<CreateVolumeRequest,CreateVolumeResult> asyncHandler)
Creates an Amazon EBS volume that can be attached to an instance in
the same Availability Zone.
|
Modifier and Type | Method and Description |
---|---|
CreateVolumeRequest |
CreateVolumeRequest.withAvailabilityZone(String availabilityZone)
The Availability Zone in which to create the volume.
|
CreateVolumeRequest |
CreateVolumeRequest.withEncrypted(Boolean encrypted)
Specifies whether the volume should be encrypted.
|
CreateVolumeRequest |
CreateVolumeRequest.withIops(Integer iops)
The number of I/O operations per second (IOPS) that the volume
supports.
|
CreateVolumeRequest |
CreateVolumeRequest.withSize(Integer size)
The size of the volume, in GiBs.
|
CreateVolumeRequest |
CreateVolumeRequest.withSnapshotId(String snapshotId)
The snapshot from which to create the volume.
|
CreateVolumeRequest |
CreateVolumeRequest.withVolumeType(String volumeType)
The volume type.
|
CreateVolumeRequest |
CreateVolumeRequest.withVolumeType(VolumeType volumeType)
The volume type.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateVolumeRequest> |
CreateVolumeRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.