Uses of Class
software.amazon.awssdk.services.ec2.model.CopyVolumesResponse
-
Packages that use CopyVolumesResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of CopyVolumesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CopyVolumesResponse Modifier and Type Method Description default 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 CopyVolumesResponse Modifier and Type Method Description default 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.
-