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