| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
AutoSnapshotDetails |
AutoSnapshotDetails.clone() |
AutoSnapshotDetails |
AutoSnapshotDetails.withCreatedAt(Date createdAt)
The timestamp when the automatic snapshot was created.
|
AutoSnapshotDetails |
AutoSnapshotDetails.withDate(String date)
The date of the automatic snapshot in
YYYY-MM-DD format. |
AutoSnapshotDetails |
AutoSnapshotDetails.withFromAttachedDisks(AttachedDisk... fromAttachedDisks)
An array of objects that describe the block storage disks attached to the instance when the automatic snapshot
was created.
|
AutoSnapshotDetails |
AutoSnapshotDetails.withFromAttachedDisks(Collection<AttachedDisk> fromAttachedDisks)
An array of objects that describe the block storage disks attached to the instance when the automatic snapshot
was created.
|
AutoSnapshotDetails |
AutoSnapshotDetails.withStatus(AutoSnapshotStatus status)
The status of the automatic snapshot.
|
AutoSnapshotDetails |
AutoSnapshotDetails.withStatus(String status)
The status of the automatic snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutoSnapshotDetails> |
GetAutoSnapshotsResult.getAutoSnapshots()
An array of objects that describe the automatic snapshots that are available for the specified source instance or
disk.
|
| Modifier and Type | Method and Description |
|---|---|
GetAutoSnapshotsResult |
GetAutoSnapshotsResult.withAutoSnapshots(AutoSnapshotDetails... autoSnapshots)
An array of objects that describe the automatic snapshots that are available for the specified source instance or
disk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAutoSnapshotsResult.setAutoSnapshots(Collection<AutoSnapshotDetails> autoSnapshots)
An array of objects that describe the automatic snapshots that are available for the specified source instance or
disk.
|
GetAutoSnapshotsResult |
GetAutoSnapshotsResult.withAutoSnapshots(Collection<AutoSnapshotDetails> autoSnapshots)
An array of objects that describe the automatic snapshots that are available for the specified source instance or
disk.
|
Copyright © 2020. All rights reserved.