Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
EbsBlockDevice |
EbsBlockDevice.clone() |
EbsBlockDevice |
BlockDeviceMapping.getEbs()
Parameters used to automatically set up EBS volumes when the instance is launched.
|
EbsBlockDevice |
EbsBlockDevice.withDeleteOnTermination(Boolean deleteOnTermination)
Indicates whether the EBS volume is deleted on instance termination.
|
EbsBlockDevice |
EbsBlockDevice.withEncrypted(Boolean encrypted)
Indicates whether the encryption state of an EBS volume is changed while being restored from a backing snapshot.
|
EbsBlockDevice |
EbsBlockDevice.withIops(Integer iops)
The number of I/O operations per second (IOPS).
|
EbsBlockDevice |
EbsBlockDevice.withKmsKeyId(String kmsKeyId)
Identifier (key ID, key alias, ID ARN, or alias ARN) for a customer managed CMK under which the EBS volume is
encrypted.
|
EbsBlockDevice |
EbsBlockDevice.withOutpostArn(String outpostArn)
The ARN of the Outpost on which the snapshot is stored.
|
EbsBlockDevice |
EbsBlockDevice.withSnapshotId(String snapshotId)
The ID of the snapshot.
|
EbsBlockDevice |
EbsBlockDevice.withThroughput(Integer throughput)
The throughput that the volume supports, in MiB/s.
|
EbsBlockDevice |
EbsBlockDevice.withVolumeSize(Integer volumeSize)
The size of the volume, in GiBs.
|
EbsBlockDevice |
EbsBlockDevice.withVolumeType(String volumeType)
The volume type.
|
EbsBlockDevice |
EbsBlockDevice.withVolumeType(VolumeType volumeType)
The volume type.
|
Modifier and Type | Method and Description |
---|---|
void |
BlockDeviceMapping.setEbs(EbsBlockDevice ebs)
Parameters used to automatically set up EBS volumes when the instance is launched.
|
BlockDeviceMapping |
BlockDeviceMapping.withEbs(EbsBlockDevice ebs)
Parameters used to automatically set up EBS volumes when the instance is launched.
|
Copyright © 2021. All rights reserved.