| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
CloudFormationStackRecordSourceInfo |
CloudFormationStackRecordSourceInfo.clone() |
CloudFormationStackRecordSourceInfo |
CloudFormationStackRecordSourceInfo.withArn(String arn)
The Amazon Resource Name (ARN) of the export snapshot record.
|
CloudFormationStackRecordSourceInfo |
CloudFormationStackRecordSourceInfo.withName(String name)
The name of the record.
|
CloudFormationStackRecordSourceInfo |
CloudFormationStackRecordSourceInfo.withResourceType(CloudFormationStackRecordSourceType resourceType)
The Lightsail resource type (
ExportSnapshotRecord). |
CloudFormationStackRecordSourceInfo |
CloudFormationStackRecordSourceInfo.withResourceType(String resourceType)
The Lightsail resource type (
ExportSnapshotRecord). |
| Modifier and Type | Method and Description |
|---|---|
List<CloudFormationStackRecordSourceInfo> |
CloudFormationStackRecord.getSourceInfo()
A list of objects describing the source of the CloudFormation stack record.
|
| Modifier and Type | Method and Description |
|---|---|
CloudFormationStackRecord |
CloudFormationStackRecord.withSourceInfo(CloudFormationStackRecordSourceInfo... sourceInfo)
A list of objects describing the source of the CloudFormation stack record.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloudFormationStackRecord.setSourceInfo(Collection<CloudFormationStackRecordSourceInfo> sourceInfo)
A list of objects describing the source of the CloudFormation stack record.
|
CloudFormationStackRecord |
CloudFormationStackRecord.withSourceInfo(Collection<CloudFormationStackRecordSourceInfo> sourceInfo)
A list of objects describing the source of the CloudFormation stack record.
|
Copyright © 2024. All rights reserved.