Uses of Interface
software.amazon.awssdk.services.lambda.model.TooManyRequestsException.Builder
Packages that use TooManyRequestsException.Builder
-
Uses of TooManyRequestsException.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return TooManyRequestsException.BuilderModifier and TypeMethodDescriptionTooManyRequestsException.Builder.awsErrorDetails(AwsErrorDetails awsErrorDetails) TooManyRequestsException.builder()TooManyRequestsException.Builder.numAttempts(Integer numAttempts) Sets the value of the Reason property for this object.TooManyRequestsException.Builder.reason(ThrottleReason reason) Sets the value of the Reason property for this object.TooManyRequestsException.Builder.retryAfterSeconds(String retryAfterSeconds) The number of seconds the caller should wait before retrying.TooManyRequestsException.Builder.statusCode(int statusCode) TooManyRequestsException.toBuilder()Sets the value of the Type property for this object.TooManyRequestsException.Builder.writableStackTrace(Boolean writableStackTrace) Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type TooManyRequestsException.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TooManyRequestsException.Builder>TooManyRequestsException.serializableBuilderClass()