Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private ScheduledInstancesEbs |
ScheduledInstancesBlockDeviceMapping.ebs
Parameters used to set up EBS volumes automatically when the instance is
launched.
|
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(java.lang.Boolean deleteOnTermination)
Indicates whether the volume is deleted on instance termination.
|
ScheduledInstancesEbs |
ScheduledInstancesEbs.withEncrypted(java.lang.Boolean encrypted)
Indicates whether the volume is encrypted.
|
ScheduledInstancesEbs |
ScheduledInstancesEbs.withIops(java.lang.Integer iops)
The number of I/O operations per second (IOPS) that the volume supports.
|
ScheduledInstancesEbs |
ScheduledInstancesEbs.withSnapshotId(java.lang.String snapshotId)
The ID of the snapshot.
|
ScheduledInstancesEbs |
ScheduledInstancesEbs.withVolumeSize(java.lang.Integer volumeSize)
The size of the volume, in GiB.
|
ScheduledInstancesEbs |
ScheduledInstancesEbs.withVolumeType(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
ScheduledInstancesEbs |
ScheduledInstancesEbsStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |