Uses of Enum
software.amazon.awssdk.services.cloudformation.model.DifferenceType
Packages that use DifferenceType
-
Uses of DifferenceType in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DifferenceTypeModifier and TypeMethodDescriptionfinal DifferenceTypePropertyDifference.differenceType()The type of property difference.static DifferenceTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DifferenceTypeReturns the enum constant of this type with the specified name.static DifferenceType[]DifferenceType.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 DifferenceTypeMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type DifferenceTypeModifier and TypeMethodDescriptionPropertyDifference.Builder.differenceType(DifferenceType differenceType) The type of property difference.