Uses of Class
software.amazon.awssdk.services.ec2.model.CreateSnapshotsRequest
-
Packages that use CreateSnapshotsRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of CreateSnapshotsRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type CreateSnapshotsRequest Modifier and Type Method Description default CompletableFuture<CreateSnapshotsResponse>Ec2AsyncClient. createSnapshots(CreateSnapshotsRequest 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. -
Uses of CreateSnapshotsRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type CreateSnapshotsRequest Modifier and Type Method Description SdkHttpFullRequestCreateSnapshotsRequestMarshaller. marshall(CreateSnapshotsRequest createSnapshotsRequest)
-