Uses of Class
software.amazon.awssdk.services.cloudformation.model.ChangeType
-
Packages that use ChangeType Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of ChangeType in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ChangeType Modifier and Type Method Description static ChangeTypeChangeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ChangeTypeChange. type()The type of entity that CloudFormation changes.static ChangeTypeChangeType. 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 software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ChangeType Modifier and Type Method Description static Set<ChangeType>ChangeType. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ChangeType Modifier and Type Method Description Change.BuilderChange.Builder. type(ChangeType type)The type of entity that CloudFormation changes.
-