Uses of Class
software.amazon.awssdk.services.ec2.model.CopyVolumesRequest
-
Packages that use CopyVolumesRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of CopyVolumesRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type CopyVolumesRequest Modifier and Type Method Description 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.default CopyVolumesResponseEc2Client. copyVolumes(CopyVolumesRequest copyVolumesRequest)Creates a crash-consistent, point-in-time copy of an existing Amazon EBS volume within the same Availability Zone. -
Uses of CopyVolumesRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type CopyVolumesRequest Modifier and Type Method Description SdkHttpFullRequestCopyVolumesRequestMarshaller. marshall(CopyVolumesRequest copyVolumesRequest)
-