Uses of Class
com.amazonaws.services.ec2.model.EbsInstanceBlockDevice
-
Packages that use EbsInstanceBlockDevice Package Description com.amazonaws.services.ec2.model -
-
Uses of EbsInstanceBlockDevice in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return EbsInstanceBlockDevice Modifier and Type Method Description EbsInstanceBlockDeviceEbsInstanceBlockDevice. clone()EbsInstanceBlockDeviceInstanceBlockDeviceMapping. getEbs()Parameters used to automatically set up EBS volumes when the instance is launched.EbsInstanceBlockDeviceEbsInstanceBlockDevice. withAttachTime(Date attachTime)The time stamp when the attachment initiated.EbsInstanceBlockDeviceEbsInstanceBlockDevice. withDeleteOnTermination(Boolean deleteOnTermination)Indicates whether the volume is deleted on instance termination.EbsInstanceBlockDeviceEbsInstanceBlockDevice. withStatus(AttachmentStatus status)The attachment state.EbsInstanceBlockDeviceEbsInstanceBlockDevice. withStatus(String status)The attachment state.EbsInstanceBlockDeviceEbsInstanceBlockDevice. withVolumeId(String volumeId)The ID of the EBS volume.Methods in com.amazonaws.services.ec2.model with parameters of type EbsInstanceBlockDevice Modifier and Type Method Description voidInstanceBlockDeviceMapping. setEbs(EbsInstanceBlockDevice ebs)Parameters used to automatically set up EBS volumes when the instance is launched.InstanceBlockDeviceMappingInstanceBlockDeviceMapping. withEbs(EbsInstanceBlockDevice ebs)Parameters used to automatically set up EBS volumes when the instance is launched.
-