Uses of Class
software.amazon.awssdk.services.cloudformation.model.WarningDetail
-
Packages that use WarningDetail Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of WarningDetail in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type WarningDetail Modifier and Type Method Description List<WarningDetail>ResourceDetail. warnings()The warnings generated for this resource.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type WarningDetail Modifier and Type Method Description ResourceDetail.BuilderResourceDetail.Builder. warnings(WarningDetail... warnings)The warnings generated for this resource.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type WarningDetail Modifier and Type Method Description ResourceDetail.BuilderResourceDetail.Builder. warnings(Collection<WarningDetail> warnings)The warnings generated for this resource.
-