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