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.
|
com.amazonaws.services.ec2.model.transform |
Marhsalling for the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
CopySnapshotResult |
AmazonEC2Client.copySnapshot(CopySnapshotRequest copySnapshotRequest)
Copies a point-in-time snapshot of an Amazon EBS volume and stores it
in Amazon S3.
|
CopySnapshotResult |
AmazonEC2.copySnapshot(CopySnapshotRequest copySnapshotRequest)
Copies a point-in-time snapshot of an Amazon EBS volume and stores it
in Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
Future<CopySnapshotResult> |
AmazonEC2AsyncClient.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest)
Copies a point-in-time snapshot of an Amazon EBS volume and stores it
in Amazon S3.
|
Future<CopySnapshotResult> |
AmazonEC2Async.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest)
Copies a point-in-time snapshot of an Amazon EBS volume and stores it
in Amazon S3.
|
Future<CopySnapshotResult> |
AmazonEC2AsyncClient.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest,
AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler)
Copies a point-in-time snapshot of an Amazon EBS volume and stores it
in Amazon S3.
|
Future<CopySnapshotResult> |
AmazonEC2Async.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest,
AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler)
Copies a point-in-time snapshot of an Amazon EBS volume and stores it
in Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
Future<CopySnapshotResult> |
AmazonEC2AsyncClient.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest,
AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler)
Copies a point-in-time snapshot of an Amazon EBS volume and stores it
in Amazon S3.
|
Future<CopySnapshotResult> |
AmazonEC2Async.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest,
AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler)
Copies a point-in-time snapshot of an Amazon EBS volume and stores it
in Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
CopySnapshotResult |
CopySnapshotResult.withSnapshotId(String snapshotId)
The ID of the new snapshot.
|
Modifier and Type | Method and Description |
---|---|
CopySnapshotResult |
CopySnapshotResultStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2016. All rights reserved.