Uses of Enum
com.amazonaws.services.cloudformation.model.EvaluationType
Packages that use EvaluationType
-
Uses of EvaluationType in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return EvaluationTypeModifier and TypeMethodDescriptionstatic EvaluationType
Use this in place of valueOf.static EvaluationType
Returns the enum constant of this type with the specified name.static EvaluationType[]
EvaluationType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.cloudformation.model with parameters of type EvaluationTypeModifier and TypeMethodDescriptionvoid
ResourceChangeDetail.setEvaluation
(EvaluationType evaluation) Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.ResourceChangeDetail.withEvaluation
(EvaluationType evaluation) Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.