Uses of Interface
software.amazon.awssdk.services.sqs.model.BatchRequestTooLongException.Builder
-
Packages that use BatchRequestTooLongException.Builder Package Description software.amazon.awssdk.services.sqs.model -
-
Uses of BatchRequestTooLongException.Builder in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return BatchRequestTooLongException.Builder Modifier and Type Method Description BatchRequestTooLongException.BuilderBatchRequestTooLongException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static BatchRequestTooLongException.BuilderBatchRequestTooLongException. builder()BatchRequestTooLongException.BuilderBatchRequestTooLongException.Builder. cause(Throwable cause)BatchRequestTooLongException.BuilderBatchRequestTooLongException.Builder. message(String message)BatchRequestTooLongException.BuilderBatchRequestTooLongException.Builder. requestId(String requestId)BatchRequestTooLongException.BuilderBatchRequestTooLongException.Builder. statusCode(int statusCode)BatchRequestTooLongException.BuilderBatchRequestTooLongException. toBuilder()BatchRequestTooLongException.BuilderBatchRequestTooLongException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type BatchRequestTooLongException.Builder Modifier and Type Method Description static Class<? extends BatchRequestTooLongException.Builder>BatchRequestTooLongException. serializableBuilderClass()
-