Uses of Class
software.amazon.awssdk.services.ebs.model.StartSnapshotResponse
-
Packages that use StartSnapshotResponse 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 StartSnapshotResponse in software.amazon.awssdk.services.ebs
Methods in software.amazon.awssdk.services.ebs that return StartSnapshotResponse Modifier and Type Method Description default StartSnapshotResponseEbsClient. startSnapshot(Consumer<StartSnapshotRequest.Builder> startSnapshotRequest)Creates a new Amazon EBS snapshot.default StartSnapshotResponseEbsClient. startSnapshot(StartSnapshotRequest startSnapshotRequest)Creates a new Amazon EBS snapshot.Methods in software.amazon.awssdk.services.ebs that return types with arguments of type StartSnapshotResponse Modifier and Type Method Description default CompletableFuture<StartSnapshotResponse>EbsAsyncClient. startSnapshot(Consumer<StartSnapshotRequest.Builder> startSnapshotRequest)Creates a new Amazon EBS snapshot.default CompletableFuture<StartSnapshotResponse>EbsAsyncClient. startSnapshot(StartSnapshotRequest startSnapshotRequest)Creates a new Amazon EBS snapshot.
-