| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
ExportSnapshotRecordSourceInfo |
ExportSnapshotRecordSourceInfo.clone() |
ExportSnapshotRecordSourceInfo |
ExportSnapshotRecord.getSourceInfo()
A list of objects describing the source of the export snapshot record.
|
ExportSnapshotRecordSourceInfo |
ExportSnapshotRecordSourceInfo.withArn(String arn)
The Amazon Resource Name (ARN) of the source instance or disk snapshot.
|
ExportSnapshotRecordSourceInfo |
ExportSnapshotRecordSourceInfo.withCreatedAt(Date createdAt)
The date when the source instance or disk snapshot was created.
|
ExportSnapshotRecordSourceInfo |
ExportSnapshotRecordSourceInfo.withDiskSnapshotInfo(DiskSnapshotInfo diskSnapshotInfo)
A list of objects describing a disk snapshot.
|
ExportSnapshotRecordSourceInfo |
ExportSnapshotRecordSourceInfo.withFromResourceArn(String fromResourceArn)
The Amazon Resource Name (ARN) of the snapshot's source instance or disk.
|
ExportSnapshotRecordSourceInfo |
ExportSnapshotRecordSourceInfo.withFromResourceName(String fromResourceName)
The name of the snapshot's source instance or disk.
|
ExportSnapshotRecordSourceInfo |
ExportSnapshotRecordSourceInfo.withInstanceSnapshotInfo(InstanceSnapshotInfo instanceSnapshotInfo)
A list of objects describing an instance snapshot.
|
ExportSnapshotRecordSourceInfo |
ExportSnapshotRecordSourceInfo.withName(String name)
The name of the source instance or disk snapshot.
|
ExportSnapshotRecordSourceInfo |
ExportSnapshotRecordSourceInfo.withResourceType(ExportSnapshotRecordSourceType resourceType)
The Lightsail resource type (e.g.,
InstanceSnapshot or DiskSnapshot). |
ExportSnapshotRecordSourceInfo |
ExportSnapshotRecordSourceInfo.withResourceType(String resourceType)
The Lightsail resource type (e.g.,
InstanceSnapshot or DiskSnapshot). |
| Modifier and Type | Method and Description |
|---|---|
void |
ExportSnapshotRecord.setSourceInfo(ExportSnapshotRecordSourceInfo sourceInfo)
A list of objects describing the source of the export snapshot record.
|
ExportSnapshotRecord |
ExportSnapshotRecord.withSourceInfo(ExportSnapshotRecordSourceInfo sourceInfo)
A list of objects describing the source of the export snapshot record.
|
Copyright © 2023. All rights reserved.