| Package | Description |
|---|---|
| com.amazonaws.services.ebs |
You can use the Amazon Elastic Block Store (Amazon EBS) direct APIs to create Amazon EBS snapshots, write data
directly to your snapshots, read data on your snapshots, and identify the differences or changes between two
snapshots.
|
| com.amazonaws.services.ebs.model |
| Modifier and Type | Method and Description |
|---|---|
CompleteSnapshotResult |
AmazonEBS.completeSnapshot(CompleteSnapshotRequest completeSnapshotRequest)
Seals and completes the snapshot after all of the required blocks of data have been written to it.
|
CompleteSnapshotResult |
AbstractAmazonEBS.completeSnapshot(CompleteSnapshotRequest request) |
CompleteSnapshotResult |
AmazonEBSClient.completeSnapshot(CompleteSnapshotRequest request)
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> |
AbstractAmazonEBSAsync.completeSnapshotAsync(CompleteSnapshotRequest request,
AsyncHandler<CompleteSnapshotRequest,CompleteSnapshotResult> asyncHandler) |
Future<CompleteSnapshotResult> |
AmazonEBSAsyncClient.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 © 2021. All rights reserved.