Uses of Class
software.amazon.awssdk.services.ec2.model.AttachVolumeResponse
-
Packages that use AttachVolumeResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of AttachVolumeResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AttachVolumeResponse Modifier and Type Method Description default AttachVolumeResponseEc2Client. attachVolume(Consumer<AttachVolumeRequest.Builder> attachVolumeRequest)Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.default AttachVolumeResponseEc2Client. attachVolume(AttachVolumeRequest attachVolumeRequest)Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type AttachVolumeResponse Modifier and Type Method Description default CompletableFuture<AttachVolumeResponse>Ec2AsyncClient. attachVolume(Consumer<AttachVolumeRequest.Builder> attachVolumeRequest)Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.default CompletableFuture<AttachVolumeResponse>Ec2AsyncClient. attachVolume(AttachVolumeRequest attachVolumeRequest)Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.
-