Uses of Class
software.amazon.awssdk.services.appconfig.model.BadRequestReason
-
Packages that use BadRequestReason Package Description software.amazon.awssdk.services.appconfig.model -
-
Uses of BadRequestReason in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return BadRequestReason Modifier and Type Method Description static BadRequestReasonBadRequestReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BadRequestReasonBadRequestException. reason()Returns the value of the Reason property for this object.static BadRequestReasonBadRequestReason. valueOf(String name)Returns 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.appconfig.model that return types with arguments of type BadRequestReason Modifier and Type Method Description static Set<BadRequestReason>BadRequestReason. knownValues()Methods in software.amazon.awssdk.services.appconfig.model with parameters of type BadRequestReason Modifier and Type Method Description BadRequestException.BuilderBadRequestException.Builder. reason(BadRequestReason reason)Sets the value of the Reason property for this object.
-