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