| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
DestinationInfo |
DestinationInfo.clone() |
DestinationInfo |
CloudFormationStackRecord.getDestinationInfo()
A list of objects describing the destination service, which is AWS CloudFormation, and the Amazon Resource Name
(ARN) of the AWS CloudFormation stack.
|
DestinationInfo |
ExportSnapshotRecord.getDestinationInfo()
A list of objects describing the destination of the export snapshot record.
|
DestinationInfo |
DestinationInfo.withId(String id)
The ID of the resource created at the destination.
|
DestinationInfo |
DestinationInfo.withService(String service)
The destination service of the record.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloudFormationStackRecord.setDestinationInfo(DestinationInfo destinationInfo)
A list of objects describing the destination service, which is AWS CloudFormation, and the Amazon Resource Name
(ARN) of the AWS CloudFormation stack.
|
void |
ExportSnapshotRecord.setDestinationInfo(DestinationInfo destinationInfo)
A list of objects describing the destination of the export snapshot record.
|
CloudFormationStackRecord |
CloudFormationStackRecord.withDestinationInfo(DestinationInfo destinationInfo)
A list of objects describing the destination service, which is AWS CloudFormation, and the Amazon Resource Name
(ARN) of the AWS CloudFormation stack.
|
ExportSnapshotRecord |
ExportSnapshotRecord.withDestinationInfo(DestinationInfo destinationInfo)
A list of objects describing the destination of the export snapshot record.
|
Copyright © 2022. All rights reserved.