Uses of Class
software.amazon.awssdk.services.lightsail.model.CloudFormationStackRecordSourceInfo
-
Packages that use CloudFormationStackRecordSourceInfo Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of CloudFormationStackRecordSourceInfo in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type CloudFormationStackRecordSourceInfo Modifier and Type Method Description List<CloudFormationStackRecordSourceInfo>CloudFormationStackRecord. sourceInfo()A list of objects describing the source of the CloudFormation stack record.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type CloudFormationStackRecordSourceInfo Modifier and Type Method Description CloudFormationStackRecord.BuilderCloudFormationStackRecord.Builder. sourceInfo(CloudFormationStackRecordSourceInfo... sourceInfo)A list of objects describing the source of the CloudFormation stack record.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type CloudFormationStackRecordSourceInfo Modifier and Type Method Description CloudFormationStackRecord.BuilderCloudFormationStackRecord.Builder. sourceInfo(Collection<CloudFormationStackRecordSourceInfo> sourceInfo)A list of objects describing the source of the CloudFormation stack record.
-