Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateSnapshotResult> |
AmazonEC2Async.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
Creates a snapshot of an EBS volume and stores it in Amazon S3.
|
Future<CreateSnapshotResult> |
AbstractAmazonEC2Async.createSnapshotAsync(CreateSnapshotRequest request,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler) |
Future<CreateSnapshotResult> |
AmazonEC2AsyncClient.createSnapshotAsync(CreateSnapshotRequest request,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateSnapshotRequest |
CreateSnapshotRequest.clone() |
CreateSnapshotRequest |
CreateSnapshotRequest.withDescription(String description)
A description for the snapshot.
|
CreateSnapshotRequest |
CreateSnapshotRequest.withVolumeId(String volumeId)
The ID of the EBS volume.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateSnapshotRequest> |
CreateSnapshotRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2017. All rights reserved.