Uses of Class
software.amazon.awssdk.services.cloudformation.model.WarningProperty
-
Packages that use WarningProperty Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of WarningProperty in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type WarningProperty Modifier and Type Method Description List<WarningProperty>WarningDetail. properties()The properties of the resource that are impacted by this warning.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type WarningProperty Modifier and Type Method Description WarningDetail.BuilderWarningDetail.Builder. properties(WarningProperty... properties)The properties of the resource that are impacted by this warning.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type WarningProperty Modifier and Type Method Description WarningDetail.BuilderWarningDetail.Builder. properties(Collection<WarningProperty> properties)The properties of the resource that are impacted by this warning.
-