| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
ExportSnapshotRecord |
ExportSnapshotRecord.clone() |
ExportSnapshotRecord |
ExportSnapshotRecord.withArn(String arn)
The Amazon Resource Name (ARN) of the export snapshot record.
|
ExportSnapshotRecord |
ExportSnapshotRecord.withCreatedAt(Date createdAt)
The date when the export snapshot record was created.
|
ExportSnapshotRecord |
ExportSnapshotRecord.withDestinationInfo(DestinationInfo destinationInfo)
A list of objects describing the destination of the export snapshot record.
|
ExportSnapshotRecord |
ExportSnapshotRecord.withLocation(ResourceLocation location)
The AWS Region and Availability Zone where the export snapshot record is located.
|
ExportSnapshotRecord |
ExportSnapshotRecord.withName(String name)
The export snapshot record name.
|
ExportSnapshotRecord |
ExportSnapshotRecord.withResourceType(ResourceType resourceType)
The Lightsail resource type (e.g.,
ExportSnapshotRecord). |
ExportSnapshotRecord |
ExportSnapshotRecord.withResourceType(String resourceType)
The Lightsail resource type (e.g.,
ExportSnapshotRecord). |
ExportSnapshotRecord |
ExportSnapshotRecord.withSourceInfo(ExportSnapshotRecordSourceInfo sourceInfo)
A list of objects describing the source of the export snapshot record.
|
ExportSnapshotRecord |
ExportSnapshotRecord.withState(RecordState state)
The state of the export snapshot record.
|
ExportSnapshotRecord |
ExportSnapshotRecord.withState(String state)
The state of the export snapshot record.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExportSnapshotRecord> |
GetExportSnapshotRecordsResult.getExportSnapshotRecords()
A list of objects describing the export snapshot records.
|
| Modifier and Type | Method and Description |
|---|---|
GetExportSnapshotRecordsResult |
GetExportSnapshotRecordsResult.withExportSnapshotRecords(ExportSnapshotRecord... exportSnapshotRecords)
A list of objects describing the export snapshot records.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetExportSnapshotRecordsResult.setExportSnapshotRecords(Collection<ExportSnapshotRecord> exportSnapshotRecords)
A list of objects describing the export snapshot records.
|
GetExportSnapshotRecordsResult |
GetExportSnapshotRecordsResult.withExportSnapshotRecords(Collection<ExportSnapshotRecord> exportSnapshotRecords)
A list of objects describing the export snapshot records.
|
Copyright © 2019. All rights reserved.