Uses of Class
com.amazonaws.services.cloudformation.model.EvaluationType
-
Packages that use EvaluationType Package Description com.amazonaws.services.cloudformation.model -
-
Uses of EvaluationType in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return EvaluationType Modifier and Type Method Description static EvaluationTypeEvaluationType. fromValue(String value)Use this in place of valueOf.static EvaluationTypeEvaluationType. valueOf(String name)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 EvaluationType Modifier and Type Method Description voidResourceChangeDetail. 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.ResourceChangeDetailResourceChangeDetail. 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.
-