Uses of Class
software.amazon.awssdk.services.sns.model.PublishBatchRequest
-
Packages that use PublishBatchRequest Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.transform -
-
Uses of PublishBatchRequest in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns with parameters of type PublishBatchRequest Modifier and Type Method Description default 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 PublishBatchRequest Modifier and Type Method Description SdkHttpFullRequestPublishBatchRequestMarshaller. marshall(PublishBatchRequest publishBatchRequest)
-