Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DiskInfo |
DiskInfo.clone() |
DiskInfo |
DiskInfo.withCount(Integer count)
The number of disks with this configuration.
|
DiskInfo |
DiskInfo.withSizeInGB(Long sizeInGB)
The size of the disk in GB.
|
DiskInfo |
DiskInfo.withType(DiskType type)
The type of disk.
|
DiskInfo |
DiskInfo.withType(String type)
The type of disk.
|
Modifier and Type | Method and Description |
---|---|
List<DiskInfo> |
InstanceStorageInfo.getDisks()
Describes the disks that are available for the instance type.
|
Modifier and Type | Method and Description |
---|---|
InstanceStorageInfo |
InstanceStorageInfo.withDisks(DiskInfo... disks)
Describes the disks that are available for the instance type.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceStorageInfo.setDisks(Collection<DiskInfo> disks)
Describes the disks that are available for the instance type.
|
InstanceStorageInfo |
InstanceStorageInfo.withDisks(Collection<DiskInfo> disks)
Describes the disks that are available for the instance type.
|
Copyright © 2021. All rights reserved.