| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
List<AttachedDisk> |
AutoSnapshotDetails.fromAttachedDisks()
An array of objects that describe the block storage disks attached to the instance when the automatic snapshot
was created.
|
| Modifier and Type | Method and Description |
|---|---|
AutoSnapshotDetails.Builder |
AutoSnapshotDetails.Builder.fromAttachedDisks(AttachedDisk... fromAttachedDisks)
An array of objects that describe the block storage disks attached to the instance when the automatic
snapshot was created.
|
| Modifier and Type | Method and Description |
|---|---|
AutoSnapshotDetails.Builder |
AutoSnapshotDetails.Builder.fromAttachedDisks(Collection<AttachedDisk> fromAttachedDisks)
An array of objects that describe the block storage disks attached to the instance when the automatic
snapshot was created.
|
Copyright © 2023. All rights reserved.