| Package | Description |
|---|---|
| com.amazonaws.services.ebs |
You can use the Amazon Elastic Block Store (EBS) direct APIs to directly read the data on your EBS snapshots, and
identify the difference between two snapshots.
|
| com.amazonaws.services.ebs.model |
| Modifier and Type | Method and Description |
|---|---|
CompleteSnapshotResult |
AmazonEBSClient.completeSnapshot(CompleteSnapshotRequest request)
Seals and completes the snapshot after all of the required blocks of data have been written to it.
|
CompleteSnapshotResult |
AbstractAmazonEBS.completeSnapshot(CompleteSnapshotRequest request) |
CompleteSnapshotResult |
AmazonEBS.completeSnapshot(CompleteSnapshotRequest completeSnapshotRequest)
Seals and completes the snapshot after all of the required blocks of data have been written to it.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CompleteSnapshotResult> |
AmazonEBSAsyncClient.completeSnapshotAsync(CompleteSnapshotRequest request,
AsyncHandler<CompleteSnapshotRequest,CompleteSnapshotResult> asyncHandler) |
Future<CompleteSnapshotResult> |
AbstractAmazonEBSAsync.completeSnapshotAsync(CompleteSnapshotRequest request,
AsyncHandler<CompleteSnapshotRequest,CompleteSnapshotResult> asyncHandler) |
Future<CompleteSnapshotResult> |
AmazonEBSAsync.completeSnapshotAsync(CompleteSnapshotRequest completeSnapshotRequest,
AsyncHandler<CompleteSnapshotRequest,CompleteSnapshotResult> asyncHandler)
Seals and completes the snapshot after all of the required blocks of data have been written to it.
|
| Modifier and Type | Method and Description |
|---|---|
CompleteSnapshotResult |
CompleteSnapshotResult.clone() |
CompleteSnapshotResult |
CompleteSnapshotResult.withStatus(Status status)
The status of the snapshot.
|
CompleteSnapshotResult |
CompleteSnapshotResult.withStatus(String status)
The status of the snapshot.
|
Copyright © 2020. All rights reserved.