Uses of Class
com.amazonaws.services.cloudformation.model.ChangeType
-
Packages that use ChangeType Package Description com.amazonaws.services.cloudformation.model -
-
Uses of ChangeType in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ChangeType Modifier and Type Method Description static ChangeType
ChangeType. fromValue(String value)
Use this in place of valueOf.static ChangeType
ChangeType. valueOf(String name)
Returns 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 ChangeType Modifier and Type Method Description void
Change. setType(ChangeType type)
The type of entity that AWS CloudFormation changes.Change
Change. withType(ChangeType type)
The type of entity that AWS CloudFormation changes.
-