| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<DiskInfo> |
InstanceStorageInfo.disks()
Array describing the disks that are available for the instance type.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceStorageInfo.Builder |
InstanceStorageInfo.Builder.disks(DiskInfo... disks)
Array describing the disks that are available for the instance type.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceStorageInfo.Builder |
InstanceStorageInfo.Builder.disks(Collection<DiskInfo> disks)
Array describing the disks that are available for the instance type.
|
Copyright © 2020. All rights reserved.