| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
Ebs |
Ebs.clone() |
Ebs |
BlockDeviceMapping.getEbs()
Parameters used to automatically set up EBS volumes when an instance is launched.
|
Ebs |
Ebs.withDeleteOnTermination(Boolean deleteOnTermination)
Indicates whether the volume is deleted on instance termination.
|
Ebs |
Ebs.withEncrypted(Boolean encrypted)
Specifies whether the volume should be encrypted.
|
Ebs |
Ebs.withIops(Integer iops)
The number of I/O operations per second (IOPS) to provision for the volume.
|
Ebs |
Ebs.withSnapshotId(String snapshotId)
The snapshot ID of the volume to use.
|
Ebs |
Ebs.withVolumeSize(Integer volumeSize)
The volume size, in Gibibytes (GiB).
|
Ebs |
Ebs.withVolumeType(String volumeType)
The volume type, which can be
standard for Magnetic, io1 for Provisioned IOPS SSD,
gp2 for General Purpose SSD, st1 for Throughput Optimized HDD, or sc1 for
Cold HDD. |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockDeviceMapping.setEbs(Ebs ebs)
Parameters used to automatically set up EBS volumes when an instance is launched.
|
BlockDeviceMapping |
BlockDeviceMapping.withEbs(Ebs ebs)
Parameters used to automatically set up EBS volumes when an instance is launched.
|
Copyright © 2021. All rights reserved.