Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
InstanceStorageInfo |
InstanceStorageInfo.clone() |
InstanceStorageInfo |
InstanceTypeInfo.getInstanceStorageInfo()
Describes the disks for the instance type.
|
InstanceStorageInfo |
InstanceStorageInfo.withDisks(Collection<DiskInfo> disks)
Array describing the disks that are available for the instance type.
|
InstanceStorageInfo |
InstanceStorageInfo.withDisks(DiskInfo... disks)
Array describing the disks that are available for the instance type.
|
InstanceStorageInfo |
InstanceStorageInfo.withNvmeSupport(EphemeralNvmeSupport nvmeSupport)
Indicates whether non-volatile memory express (NVMe) is supported for instance store.
|
InstanceStorageInfo |
InstanceStorageInfo.withNvmeSupport(String nvmeSupport)
Indicates whether non-volatile memory express (NVMe) is supported for instance store.
|
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 disks for the instance type.
|
InstanceTypeInfo |
InstanceTypeInfo.withInstanceStorageInfo(InstanceStorageInfo instanceStorageInfo)
Describes the disks for the instance type.
|
Copyright © 2020. All rights reserved.