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 VolumeAttachmentVolumeAttachment. clone()VolumeAttachmentAttachVolumeResult. getAttachment()Describes volume attachment details.VolumeAttachmentDetachVolumeResult. getAttachment()Describes volume attachment details.VolumeAttachmentVolumeAttachment. withAttachTime(Date attachTime)The time stamp when the attachment initiated.VolumeAttachmentVolumeAttachment. withDeleteOnTermination(Boolean deleteOnTermination)Indicates whether the EBS volume is deleted on instance termination.VolumeAttachmentVolumeAttachment. withDevice(String device)The device name.VolumeAttachmentVolumeAttachment. withInstanceId(String instanceId)The ID of the instance.VolumeAttachmentVolumeAttachment. withState(VolumeAttachmentState state)The attachment state of the volume.VolumeAttachmentVolumeAttachment. withState(String state)The attachment state of the volume.VolumeAttachmentVolumeAttachment. 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 voidAttachVolumeResult. setAttachment(VolumeAttachment attachment)Describes volume attachment details.voidDetachVolumeResult. setAttachment(VolumeAttachment attachment)Describes volume attachment details.AttachVolumeResultAttachVolumeResult. withAttachment(VolumeAttachment attachment)Describes volume attachment details.DetachVolumeResultDetachVolumeResult. withAttachment(VolumeAttachment attachment)Describes volume attachment details.VolumeVolume. 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 voidVolume. setAttachments(Collection<VolumeAttachment> attachments)Information about the volume attachments.VolumeVolume. withAttachments(Collection<VolumeAttachment> attachments)Information about the volume attachments.
-