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