Uses of Enum
software.amazon.awssdk.services.cloudformation.model.ChangeType
Packages that use ChangeType
-
Uses of ChangeType in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ChangeTypeModifier and TypeMethodDescriptionstatic ChangeTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ChangeTypeChange.type()The type of entity that CloudFormation changes.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 software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ChangeTypeMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type ChangeTypeModifier and TypeMethodDescriptionChange.Builder.type(ChangeType type) The type of entity that CloudFormation changes.