Package | Description |
---|---|
com.amazonaws.services.autoscaling.model |
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 the volume is deleted on instance termination.
|
Ebs |
Ebs.withEncrypted(Boolean encrypted)
Indicates 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 ID of the snapshot.
|
Ebs |
Ebs.withVolumeSize(Integer volumeSize)
The volume size, in GiB.
|
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 © 2018. All rights reserved.