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 EvaluationTypeUse this in place of valueOf.static EvaluationTypeReturns 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 TypeMethodDescriptionvoidResourceChangeDetail.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.