Package | Description |
---|---|
com.amazonaws.services.autoscaling.model | |
com.amazonaws.services.autoscaling.model.transform |
Modifier and Type | Field and Description |
---|---|
private Ebs |
BlockDeviceMapping.ebs
The information about the Amazon EBS volume.
|
Modifier and Type | Method and Description |
---|---|
Ebs |
Ebs.clone() |
Ebs |
BlockDeviceMapping.getEbs()
The information about the Amazon EBS volume.
|
Ebs |
Ebs.withDeleteOnTermination(java.lang.Boolean deleteOnTermination)
Indicates whether the volume is deleted on instance termination.
|
Ebs |
Ebs.withEncrypted(java.lang.Boolean encrypted)
Indicates whether the volume should be encrypted.
|
Ebs |
Ebs.withIops(java.lang.Integer iops)
The number of I/O operations per second (IOPS) to provision for the
volume.
|
Ebs |
Ebs.withSnapshotId(java.lang.String snapshotId)
The ID of the snapshot.
|
Ebs |
Ebs.withVolumeSize(java.lang.Integer volumeSize)
The volume size, in GiB.
|
Ebs |
Ebs.withVolumeType(java.lang.String volumeType)
The volume type.
|
Modifier and Type | Method and Description |
---|---|
void |
BlockDeviceMapping.setEbs(Ebs ebs)
The information about the Amazon EBS volume.
|
BlockDeviceMapping |
BlockDeviceMapping.withEbs(Ebs ebs)
The information about the Amazon EBS volume.
|
Modifier and Type | Method and Description |
---|---|
Ebs |
EbsStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |