Uses of Class
software.amazon.awssdk.services.lightsail.model.DestinationInfo
-
Packages that use DestinationInfo Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of DestinationInfo in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return DestinationInfo Modifier and Type Method Description DestinationInfoCloudFormationStackRecord. destinationInfo()A list of objects describing the destination service, which is AWS CloudFormation, and the Amazon Resource Name (ARN) of the AWS CloudFormation stack.DestinationInfoExportSnapshotRecord. destinationInfo()A list of objects describing the destination of the export snapshot record.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type DestinationInfo Modifier and Type Method Description CloudFormationStackRecord.BuilderCloudFormationStackRecord.Builder. destinationInfo(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.BuilderExportSnapshotRecord.Builder. destinationInfo(DestinationInfo destinationInfo)A list of objects describing the destination of the export snapshot record.
-