| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
Disk |
GetDiskResponse.disk()
An object containing information about the disk.
|
| Modifier and Type | Method and Description |
|---|---|
List<Disk> |
InstanceHardware.disks()
The disks attached to the instance.
|
List<Disk> |
GetDisksResponse.disks()
An array of objects containing information about all block storage disks.
|
List<Disk> |
InstanceSnapshot.fromAttachedDisks()
An array of disk objects containing information about all block storage disks.
|
| Modifier and Type | Method and Description |
|---|---|
GetDiskResponse.Builder |
GetDiskResponse.Builder.disk(Disk disk)
An object containing information about the disk.
|
InstanceHardware.Builder |
InstanceHardware.Builder.disks(Disk... disks)
The disks attached to the instance.
|
GetDisksResponse.Builder |
GetDisksResponse.Builder.disks(Disk... disks)
An array of objects containing information about all block storage disks.
|
InstanceSnapshot.Builder |
InstanceSnapshot.Builder.fromAttachedDisks(Disk... fromAttachedDisks)
An array of disk objects containing information about all block storage disks.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceHardware.Builder |
InstanceHardware.Builder.disks(Collection<Disk> disks)
The disks attached to the instance.
|
GetDisksResponse.Builder |
GetDisksResponse.Builder.disks(Collection<Disk> disks)
An array of objects containing information about all block storage disks.
|
InstanceSnapshot.Builder |
InstanceSnapshot.Builder.fromAttachedDisks(Collection<Disk> fromAttachedDisks)
An array of disk objects containing information about all block storage disks.
|
Copyright © 2023. All rights reserved.