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 input/output (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.withThroughput(Integer throughput)
The throughput (MiBps) to provision for a
gp3 volume. |
Ebs |
Ebs.withVolumeSize(Integer volumeSize)
The volume size, in GiBs.
|
Ebs |
Ebs.withVolumeType(String volumeType)
The volume type.
|
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.