Package | Description |
---|---|
com.amazonaws.services.autoscaling.model |
Classes modeling the various types represented by AmazonAutoScaling.
|
Modifier and Type | Method and Description |
---|---|
Ebs |
BlockDeviceMapping.getEbs()
The Elastic Block Storage volume information.
|
Ebs |
Ebs.withDeleteOnTermination(Boolean deleteOnTermination)
Indicates whether to delete the volume on instance termination.
|
Ebs |
Ebs.withIops(Integer iops)
The number of I/O operations per second (IOPS) that the volume
supports.
|
Ebs |
Ebs.withSnapshotId(String snapshotId)
The snapshot ID.
|
Ebs |
Ebs.withVolumeSize(Integer volumeSize)
The volume size, in gigabytes.
|
Ebs |
Ebs.withVolumeType(String volumeType)
The volume type.
|
Modifier and Type | Method and Description |
---|---|
void |
BlockDeviceMapping.setEbs(Ebs ebs)
The Elastic Block Storage volume information.
|
BlockDeviceMapping |
BlockDeviceMapping.withEbs(Ebs ebs)
The Elastic Block Storage volume information.
|
Copyright © 2014. All rights reserved.