Uses of Class
software.amazon.awssdk.services.ec2.model.CreateSnapshotResponse
Packages that use CreateSnapshotResponse
-
Uses of CreateSnapshotResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateSnapshotResponseModifier and TypeMethodDescriptiondefault 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 CreateSnapshotResponseModifier and TypeMethodDescriptiondefault 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.