Uses of Class
software.amazon.awssdk.services.ec2.model.CreateSnapshotsResponse
Packages that use CreateSnapshotsResponse
-
Uses of CreateSnapshotsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateSnapshotsResponseModifier and TypeMethodDescriptiondefault CreateSnapshotsResponseEc2Client.createSnapshots(Consumer<CreateSnapshotsRequest.Builder> createSnapshotsRequest) Creates crash-consistent snapshots of multiple EBS volumes attached to an Amazon EC2 instance.default CreateSnapshotsResponseEc2Client.createSnapshots(CreateSnapshotsRequest createSnapshotsRequest) Creates crash-consistent snapshots of multiple EBS volumes attached to an Amazon EC2 instance.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateSnapshotsResponseModifier and TypeMethodDescriptiondefault CompletableFuture<CreateSnapshotsResponse>Ec2AsyncClient.createSnapshots(Consumer<CreateSnapshotsRequest.Builder> createSnapshotsRequest) Creates crash-consistent snapshots of multiple EBS volumes attached to an Amazon EC2 instance.default CompletableFuture<CreateSnapshotsResponse>Ec2AsyncClient.createSnapshots(CreateSnapshotsRequest createSnapshotsRequest) Creates crash-consistent snapshots of multiple EBS volumes attached to an Amazon EC2 instance.