Uses of Class
com.amazonaws.services.ec2.model.VolumeAttachment
-
Packages that use VolumeAttachment Package Description com.amazonaws.services.ec2.model -
-
Uses of VolumeAttachment in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VolumeAttachment Modifier and Type Method Description VolumeAttachment
VolumeAttachment. clone()
VolumeAttachment
AttachVolumeResult. getAttachment()
Describes volume attachment details.VolumeAttachment
DetachVolumeResult. getAttachment()
Describes volume attachment details.VolumeAttachment
VolumeAttachment. withAttachTime(Date attachTime)
The time stamp when the attachment initiated.VolumeAttachment
VolumeAttachment. withDeleteOnTermination(Boolean deleteOnTermination)
Indicates whether the EBS volume is deleted on instance termination.VolumeAttachment
VolumeAttachment. withDevice(String device)
The device name.VolumeAttachment
VolumeAttachment. withInstanceId(String instanceId)
The ID of the instance.VolumeAttachment
VolumeAttachment. withState(VolumeAttachmentState state)
The attachment state of the volume.VolumeAttachment
VolumeAttachment. withState(String state)
The attachment state of the volume.VolumeAttachment
VolumeAttachment. withVolumeId(String volumeId)
The ID of the volume.Methods in com.amazonaws.services.ec2.model that return types with arguments of type VolumeAttachment Modifier and Type Method Description List<VolumeAttachment>
Volume. getAttachments()
Information about the volume attachments.Methods in com.amazonaws.services.ec2.model with parameters of type VolumeAttachment Modifier and Type Method Description void
AttachVolumeResult. setAttachment(VolumeAttachment attachment)
Describes volume attachment details.void
DetachVolumeResult. setAttachment(VolumeAttachment attachment)
Describes volume attachment details.AttachVolumeResult
AttachVolumeResult. withAttachment(VolumeAttachment attachment)
Describes volume attachment details.DetachVolumeResult
DetachVolumeResult. withAttachment(VolumeAttachment attachment)
Describes volume attachment details.Volume
Volume. withAttachments(VolumeAttachment... attachments)
Information about the volume attachments.Method parameters in com.amazonaws.services.ec2.model with type arguments of type VolumeAttachment Modifier and Type Method Description void
Volume. setAttachments(Collection<VolumeAttachment> attachments)
Information about the volume attachments.Volume
Volume. withAttachments(Collection<VolumeAttachment> attachments)
Information about the volume attachments.
-