Uses of Class
software.amazon.awssdk.services.sns.model.PublishBatchRequest
Packages that use PublishBatchRequest
Package
Description
-
Uses of PublishBatchRequest in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns with parameters of type PublishBatchRequestModifier and TypeMethodDescriptiondefault CompletableFuture<PublishBatchResponse>SnsAsyncClient.publishBatch(PublishBatchRequest 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. -
Uses of PublishBatchRequest in software.amazon.awssdk.services.sns.transform
Methods in software.amazon.awssdk.services.sns.transform with parameters of type PublishBatchRequestModifier and TypeMethodDescriptionPublishBatchRequestMarshaller.marshall(PublishBatchRequest publishBatchRequest)