Uses of Class
software.amazon.awssdk.services.cloudformation.model.ModuleInfo
-
Packages that use ModuleInfo Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of ModuleInfo in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ModuleInfo Modifier and Type Method Description 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.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.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.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.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 ModuleInfo Modifier and Type Method Description ResourceChange.BuilderResourceChange.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.BuilderStackResource.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.BuilderStackResourceDetail.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.BuilderStackResourceDrift.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.BuilderStackResourceSummary.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.
-