| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
DiskSnapshot |
GetDiskSnapshotResponse.diskSnapshot()
An object containing information about the disk snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
List<DiskSnapshot> |
GetDiskSnapshotsResponse.diskSnapshots()
An array of objects containing information about all block storage disk snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
GetDiskSnapshotResponse.Builder |
GetDiskSnapshotResponse.Builder.diskSnapshot(DiskSnapshot diskSnapshot)
An object containing information about the disk snapshot.
|
GetDiskSnapshotsResponse.Builder |
GetDiskSnapshotsResponse.Builder.diskSnapshots(DiskSnapshot... diskSnapshots)
An array of objects containing information about all block storage disk snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
GetDiskSnapshotsResponse.Builder |
GetDiskSnapshotsResponse.Builder.diskSnapshots(Collection<DiskSnapshot> diskSnapshots)
An array of objects containing information about all block storage disk snapshots.
|
Copyright © 2022. All rights reserved.