Uses of Class
software.amazon.awssdk.services.ec2.model.CopySnapshotRequest
-
Packages that use CopySnapshotRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of CopySnapshotRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type CopySnapshotRequest Modifier and Type Method Description default CompletableFuture<CopySnapshotResponse>Ec2AsyncClient. copySnapshot(CopySnapshotRequest copySnapshotRequest)Creates an exact copy of an Amazon EBS snapshot.default CopySnapshotResponseEc2Client. copySnapshot(CopySnapshotRequest copySnapshotRequest)Creates an exact copy of an Amazon EBS snapshot. -
Uses of CopySnapshotRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type CopySnapshotRequest Modifier and Type Method Description SdkHttpFullRequestCopySnapshotRequestMarshaller. marshall(CopySnapshotRequest copySnapshotRequest)
-