Uses of Class
software.amazon.awssdk.services.sns.model.PublishBatchResponse
Packages that use PublishBatchResponse
-
Uses of PublishBatchResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return PublishBatchResponseModifier and TypeMethodDescriptiondefault 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.Methods in software.amazon.awssdk.services.sns that return types with arguments of type PublishBatchResponseModifier and TypeMethodDescriptiondefault CompletableFuture<PublishBatchResponse>SnsAsyncClient.publishBatch(Consumer<PublishBatchRequest.Builder> publishBatchRequest) Publishes up to 10 messages to the specified topic in a single batch.default CompletableFuture<PublishBatchResponse>SnsAsyncClient.publishBatch(PublishBatchRequest publishBatchRequest) Publishes up to 10 messages to the specified topic in a single batch.