| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
Classes modeling the various types represented by AmazonAutoScaling.
|
| Modifier and Type | Method and Description |
|---|---|
Ebs |
Ebs.clone() |
Ebs |
BlockDeviceMapping.getEbs()
The information about the Amazon EBS volume.
|
Ebs |
Ebs.withDeleteOnTermination(Boolean deleteOnTermination)
Indicates whether to delete the volume on instance termination.
|
Ebs |
Ebs.withIops(Integer iops)
For Provisioned IOPS (SSD) volumes only.
|
Ebs |
Ebs.withSnapshotId(String snapshotId)
The ID of the snapshot.
|
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 information about the Amazon EBS volume.
|
BlockDeviceMapping |
BlockDeviceMapping.withEbs(Ebs ebs)
The information about the Amazon EBS volume.
|
Copyright © 2015. All rights reserved.