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