Uses of Class
software.amazon.awssdk.services.sns.model.TooManyEntriesInBatchRequestException
-
Packages that use TooManyEntriesInBatchRequestException Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service -
-
Uses of TooManyEntriesInBatchRequestException in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that throw TooManyEntriesInBatchRequestException Modifier and Type Method Description default PublishBatchResponseSnsClient. publishBatch(Consumer<PublishBatchRequest.Builder> publishBatchRequest)Publishes up to 10 messages to the specified topic in a single batch.default PublishBatchResponseSnsClient. publishBatch(PublishBatchRequest publishBatchRequest)Publishes up to 10 messages to the specified topic in a single batch.
-