Uses of Class
software.amazon.awssdk.services.ebs.model.CompleteSnapshotResponse
-
Packages that use CompleteSnapshotResponse 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. -
-
Uses of CompleteSnapshotResponse in software.amazon.awssdk.services.ebs
Methods in software.amazon.awssdk.services.ebs that return CompleteSnapshotResponse Modifier and Type Method Description default CompleteSnapshotResponseEbsClient. completeSnapshot(Consumer<CompleteSnapshotRequest.Builder> completeSnapshotRequest)Seals and completes the snapshot after all of the required blocks of data have been written to it.default CompleteSnapshotResponseEbsClient. completeSnapshot(CompleteSnapshotRequest completeSnapshotRequest)Seals and completes the snapshot after all of the required blocks of data have been written to it.Methods in software.amazon.awssdk.services.ebs that return types with arguments of type CompleteSnapshotResponse Modifier and Type Method Description 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.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.
-