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