Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
InstanceStorageInfo |
InstanceStorageInfo.clone() |
InstanceStorageInfo |
InstanceTypeInfo.getInstanceStorageInfo()
Describes the instance storage for the instance type.
|
InstanceStorageInfo |
InstanceStorageInfo.withDisks(Collection<DiskInfo> disks)
Describes the disks that are available for the instance type.
|
InstanceStorageInfo |
InstanceStorageInfo.withDisks(DiskInfo... disks)
Describes the disks that are available for the instance type.
|
InstanceStorageInfo |
InstanceStorageInfo.withEncryptionSupport(InstanceStorageEncryptionSupport encryptionSupport)
Indicates whether data is encrypted at rest.
|
InstanceStorageInfo |
InstanceStorageInfo.withEncryptionSupport(String encryptionSupport)
Indicates whether data is encrypted at rest.
|
InstanceStorageInfo |
InstanceStorageInfo.withNvmeSupport(EphemeralNvmeSupport nvmeSupport)
Indicates whether non-volatile memory express (NVMe) is supported.
|
InstanceStorageInfo |
InstanceStorageInfo.withNvmeSupport(String nvmeSupport)
Indicates whether non-volatile memory express (NVMe) is supported.
|
InstanceStorageInfo |
InstanceStorageInfo.withTotalSizeInGB(Long totalSizeInGB)
The total size of the disks, in GB.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceTypeInfo.setInstanceStorageInfo(InstanceStorageInfo instanceStorageInfo)
Describes the instance storage for the instance type.
|
InstanceTypeInfo |
InstanceTypeInfo.withInstanceStorageInfo(InstanceStorageInfo instanceStorageInfo)
Describes the instance storage for the instance type.
|
Copyright © 2022. All rights reserved.