Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.