Uses of Class
software.amazon.awssdk.services.ec2.model.AttachVolumeRequest
-
Packages that use AttachVolumeRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of AttachVolumeRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type AttachVolumeRequest Modifier and Type Method Description default CompletableFuture<AttachVolumeResponse>Ec2AsyncClient. attachVolume(AttachVolumeRequest attachVolumeRequest)Attaches an Amazon EBS volume to arunningorstoppedinstance, and exposes it to the instance with the specified device name.default AttachVolumeResponseEc2Client. attachVolume(AttachVolumeRequest attachVolumeRequest)Attaches an Amazon EBS volume to arunningorstoppedinstance, and exposes it to the instance with the specified device name. -
Uses of AttachVolumeRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type AttachVolumeRequest Modifier and Type Method Description SdkHttpFullRequestAttachVolumeRequestMarshaller. marshall(AttachVolumeRequest attachVolumeRequest)
-