Uses of Class
software.amazon.awssdk.services.ec2.model.AttachVolumeRequest
Packages that use AttachVolumeRequest
Package
Description
-
Uses of AttachVolumeRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type AttachVolumeRequestModifier and TypeMethodDescriptiondefault 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 AttachVolumeRequestModifier and TypeMethodDescriptionAttachVolumeRequestMarshaller.marshall(AttachVolumeRequest attachVolumeRequest)