Uses of Class
software.amazon.awssdk.services.lambda.model.ThrottleReason
-
Packages that use ThrottleReason Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of ThrottleReason in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return ThrottleReason Modifier and Type Method Description static ThrottleReason
ThrottleReason. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.ThrottleReason
TooManyRequestsException. reason()
Returns the value of the Reason property for this object.static ThrottleReason
ThrottleReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static ThrottleReason[]
ThrottleReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type ThrottleReason Modifier and Type Method Description static Set<ThrottleReason>
ThrottleReason. knownValues()
Methods in software.amazon.awssdk.services.lambda.model with parameters of type ThrottleReason Modifier and Type Method Description TooManyRequestsException.Builder
TooManyRequestsException.Builder. reason(ThrottleReason reason)
Sets the value of the Reason property for this object.
-