Uses of Class
software.amazon.awssdk.services.ec2.model.CreateSnapshotResponse
-
Packages that use CreateSnapshotResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of CreateSnapshotResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateSnapshotResponse Modifier and Type Method Description default CreateSnapshotResponseEc2Client. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Creates a snapshot of an EBS volume and stores it in Amazon S3.default CreateSnapshotResponseEc2Client. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Creates a snapshot of an EBS volume and stores it in Amazon S3.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateSnapshotResponse Modifier and Type Method Description default CompletableFuture<CreateSnapshotResponse>Ec2AsyncClient. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Creates a snapshot of an EBS volume and stores it in Amazon S3.default CompletableFuture<CreateSnapshotResponse>Ec2AsyncClient. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Creates a snapshot of an EBS volume and stores it in Amazon S3.
-