Uses of Enum
software.amazon.awssdk.services.cloudformation.model.WarningType
Packages that use WarningType
-
Uses of WarningType in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return WarningTypeModifier and TypeMethodDescriptionstatic WarningTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final WarningTypeWarningDetail.type()The type of this warning.static WarningTypeReturns the enum constant of this type with the specified name.static WarningType[]WarningType.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 WarningTypeMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type WarningTypeModifier and TypeMethodDescriptionWarningDetail.Builder.type(WarningType type) The type of this warning.