Uses of Class
com.amazonaws.services.ec2.model.ScheduledInstancesEbs
Packages that use ScheduledInstancesEbs
-
Uses of ScheduledInstancesEbs in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ScheduledInstancesEbsModifier and TypeMethodDescriptionScheduledInstancesEbs.clone()ScheduledInstancesBlockDeviceMapping.getEbs()Parameters used to set up EBS volumes automatically when the instance is launched.ScheduledInstancesEbs.withDeleteOnTermination(Boolean deleteOnTermination) Indicates whether the volume is deleted on instance termination.ScheduledInstancesEbs.withEncrypted(Boolean encrypted) Indicates whether the volume is encrypted.The number of I/O operations per second (IOPS) that the volume supports.ScheduledInstancesEbs.withSnapshotId(String snapshotId) The ID of the snapshot.ScheduledInstancesEbs.withVolumeSize(Integer volumeSize) The size of the volume, in GiB.ScheduledInstancesEbs.withVolumeType(String volumeType) The volume type.Methods in com.amazonaws.services.ec2.model with parameters of type ScheduledInstancesEbsModifier and TypeMethodDescriptionvoidScheduledInstancesBlockDeviceMapping.setEbs(ScheduledInstancesEbs ebs) Parameters used to set up EBS volumes automatically when the instance is launched.ScheduledInstancesBlockDeviceMapping.withEbs(ScheduledInstancesEbs ebs) Parameters used to set up EBS volumes automatically when the instance is launched.