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 |
---|---|
CreateSnapshotResult |
AmazonEC2.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
Creates a snapshot of an EBS volume and stores it in Amazon S3.
|
CreateSnapshotResult |
AmazonEC2Client.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
Creates a snapshot of an EBS volume and stores it in Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateSnapshotResult> |
AmazonEC2AsyncClient.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)
Creates a snapshot of an EBS volume and stores it in Amazon S3.
|
Future<CreateSnapshotResult> |
AmazonEC2Async.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)
Creates a snapshot of an EBS volume and stores it in Amazon S3.
|
Future<CreateSnapshotResult> |
AmazonEC2AsyncClient.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
Creates a snapshot of an EBS volume and stores it in Amazon S3.
|
Future<CreateSnapshotResult> |
AmazonEC2Async.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
Creates a snapshot of an EBS volume and stores it in Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateSnapshotResult> |
AmazonEC2AsyncClient.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
Creates a snapshot of an EBS volume and stores it in Amazon S3.
|
Future<CreateSnapshotResult> |
AmazonEC2Async.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
Creates a snapshot of an EBS volume and stores it in Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
CreateSnapshotResult |
CreateSnapshotResult.clone() |
CreateSnapshotResult |
CreateSnapshotResult.withSnapshot(Snapshot snapshot)
Information about the snapshot.
|
Copyright © 2015. All rights reserved.