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