Uses of Enum
software.amazon.awssdk.services.appconfigdata.model.InvalidParameterProblem
Packages that use InvalidParameterProblem
-
Uses of InvalidParameterProblem in software.amazon.awssdk.services.appconfigdata.model
Methods in software.amazon.awssdk.services.appconfigdata.model that return InvalidParameterProblemModifier and TypeMethodDescriptionstatic InvalidParameterProblemUse this in place of valueOf to convert the raw string returned by the service into the enum value.final InvalidParameterProblemInvalidParameterDetail.problem()The reason the parameter is invalid.static InvalidParameterProblemReturns the enum constant of this type with the specified name.static InvalidParameterProblem[]InvalidParameterProblem.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appconfigdata.model that return types with arguments of type InvalidParameterProblemModifier and TypeMethodDescriptionstatic Set<InvalidParameterProblem>InvalidParameterProblem.knownValues()Methods in software.amazon.awssdk.services.appconfigdata.model with parameters of type InvalidParameterProblemModifier and TypeMethodDescriptionInvalidParameterDetail.Builder.problem(InvalidParameterProblem problem) The reason the parameter is invalid.