Uses of Class
software.amazon.awssdk.services.ec2.model.CopySnapshotResponse
Packages that use CopySnapshotResponse
-
Uses of CopySnapshotResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CopySnapshotResponseModifier and TypeMethodDescriptiondefault 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 CopySnapshotResponseModifier and TypeMethodDescriptiondefault 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.