Uses of Class
com.amazonaws.services.ec2.model.AttachVolumeResult
Packages that use AttachVolumeResult
-
Uses of AttachVolumeResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return AttachVolumeResultModifier 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.Methods in com.amazonaws.services.ec2 that return types with arguments of type AttachVolumeResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.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 AttachVolumeResultModifier 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 AttachVolumeResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AttachVolumeResultModifier and TypeMethodDescriptionAttachVolumeResult.clone()
AttachVolumeResult.withAttachment
(VolumeAttachment attachment) Describes volume attachment details.