Uses of Enum
com.amazonaws.services.cloudformation.model.ChangeType
Packages that use ChangeType
-
Uses of ChangeType in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ChangeTypeModifier and TypeMethodDescriptionstatic ChangeTypeUse this in place of valueOf.static ChangeTypeReturns the enum constant of this type with the specified name.static ChangeType[]ChangeType.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 ChangeTypeModifier and TypeMethodDescriptionvoidChange.setType(ChangeType type) The type of entity that AWS CloudFormation changes.Change.withType(ChangeType type) The type of entity that AWS CloudFormation changes.