Uses of Enum
software.amazon.awssdk.services.appconfigdata.model.BadRequestReason
Packages that use BadRequestReason
-
Uses of BadRequestReason in software.amazon.awssdk.services.appconfigdata.model
Methods in software.amazon.awssdk.services.appconfigdata.model that return BadRequestReasonModifier and TypeMethodDescriptionstatic BadRequestReasonUse this in place of valueOf to convert the raw string returned by the service into the enum value.BadRequestException.reason()Code indicating the reason the request was invalid.static BadRequestReasonReturns the enum constant of this type with the specified name.static BadRequestReason[]BadRequestReason.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 BadRequestReasonMethods in software.amazon.awssdk.services.appconfigdata.model with parameters of type BadRequestReasonModifier and TypeMethodDescriptionBadRequestException.Builder.reason(BadRequestReason reason) Code indicating the reason the request was invalid.