Uses of Class
software.amazon.awssdk.services.ec2.model.CopyVolumesResponse
Packages that use CopyVolumesResponse
-
Uses of CopyVolumesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CopyVolumesResponseModifier and TypeMethodDescriptiondefault CopyVolumesResponseEc2Client.copyVolumes(Consumer<CopyVolumesRequest.Builder> copyVolumesRequest) Creates a crash-consistent, point-in-time copy of an existing Amazon EBS volume within the same Availability Zone.default CopyVolumesResponseEc2Client.copyVolumes(CopyVolumesRequest copyVolumesRequest) Creates a crash-consistent, point-in-time copy of an existing Amazon EBS volume within the same Availability Zone.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CopyVolumesResponseModifier and TypeMethodDescriptiondefault CompletableFuture<CopyVolumesResponse>Ec2AsyncClient.copyVolumes(Consumer<CopyVolumesRequest.Builder> copyVolumesRequest) Creates a crash-consistent, point-in-time copy of an existing Amazon EBS volume within the same Availability Zone.default CompletableFuture<CopyVolumesResponse>Ec2AsyncClient.copyVolumes(CopyVolumesRequest copyVolumesRequest) Creates a crash-consistent, point-in-time copy of an existing Amazon EBS volume within the same Availability Zone.