Uses of Class
com.amazonaws.services.ec2.model.AttachVolumeRequest
Packages that use AttachVolumeRequest
-
Uses of AttachVolumeRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type AttachVolumeRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.attachVolume
(AttachVolumeRequest request) AmazonEC2.attachVolume
(AttachVolumeRequest attachVolumeRequest) Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.AmazonEC2Client.attachVolume
(AttachVolumeRequest attachVolumeRequest) Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.AbstractAmazonEC2Async.attachVolumeAsync
(AttachVolumeRequest request) AbstractAmazonEC2Async.attachVolumeAsync
(AttachVolumeRequest request, AsyncHandler<AttachVolumeRequest, AttachVolumeResult> asyncHandler) AmazonEC2Async.attachVolumeAsync
(AttachVolumeRequest attachVolumeRequest) Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.AmazonEC2Async.attachVolumeAsync
(AttachVolumeRequest attachVolumeRequest, AsyncHandler<AttachVolumeRequest, AttachVolumeResult> asyncHandler) Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.AmazonEC2AsyncClient.attachVolumeAsync
(AttachVolumeRequest request) AmazonEC2AsyncClient.attachVolumeAsync
(AttachVolumeRequest request, AsyncHandler<AttachVolumeRequest, AttachVolumeResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type AttachVolumeRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.attachVolumeAsync
(AttachVolumeRequest request, AsyncHandler<AttachVolumeRequest, AttachVolumeResult> asyncHandler) AmazonEC2Async.attachVolumeAsync
(AttachVolumeRequest attachVolumeRequest, AsyncHandler<AttachVolumeRequest, AttachVolumeResult> asyncHandler) Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.AmazonEC2AsyncClient.attachVolumeAsync
(AttachVolumeRequest request, AsyncHandler<AttachVolumeRequest, AttachVolumeResult> asyncHandler) -
Uses of AttachVolumeRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AttachVolumeRequestModifier and TypeMethodDescriptionAttachVolumeRequest.clone()
AttachVolumeRequest.withDevice
(String device) The device name to expose to the instance (for example,/dev/sdh
orxvdh
).AttachVolumeRequest.withInstanceId
(String instanceId) The ID of the instance.AttachVolumeRequest.withVolumeId
(String volumeId) The ID of the EBS volume.Methods in com.amazonaws.services.ec2.model that return types with arguments of type AttachVolumeRequestModifier and TypeMethodDescriptionAttachVolumeRequest.getDryRunRequest()
This method is intended for internal use only.