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