| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompleteSnapshotResponse |
EbsClient.completeSnapshot(CompleteSnapshotRequest completeSnapshotRequest)
Seals and completes the snapshot after all of the required blocks of data have been written to it.
|
default CompleteSnapshotResponse |
EbsClient.completeSnapshot(Consumer<CompleteSnapshotRequest.Builder> 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 |
|---|---|
default CompletableFuture<CompleteSnapshotResponse> |
EbsAsyncClient.completeSnapshot(CompleteSnapshotRequest completeSnapshotRequest)
Seals and completes the snapshot after all of the required blocks of data have been written to it.
|
default CompletableFuture<CompleteSnapshotResponse> |
EbsAsyncClient.completeSnapshot(Consumer<CompleteSnapshotRequest.Builder> completeSnapshotRequest)
Seals and completes the snapshot after all of the required blocks of data have been written to it.
|
Copyright © 2022. All rights reserved.