Uses of Class
software.amazon.awssdk.services.cloudformation.model.ModuleInfo
Packages that use ModuleInfo
-
Uses of ModuleInfo in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ModuleInfoModifier and TypeMethodDescriptionfinal ModuleInfoResourceChange.moduleInfo()Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.final ModuleInfoStackResource.moduleInfo()Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.final ModuleInfoStackResourceDetail.moduleInfo()Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.final ModuleInfoStackResourceDrift.moduleInfo()Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.final ModuleInfoStackResourceSummary.moduleInfo()Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ModuleInfoModifier and TypeMethodDescriptionResourceChange.Builder.moduleInfo(ModuleInfo moduleInfo) Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.StackResource.Builder.moduleInfo(ModuleInfo moduleInfo) Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.StackResourceDetail.Builder.moduleInfo(ModuleInfo moduleInfo) Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.StackResourceDrift.Builder.moduleInfo(ModuleInfo moduleInfo) Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.StackResourceSummary.Builder.moduleInfo(ModuleInfo moduleInfo) Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.