Uses of Class
software.amazon.awssdk.services.sns.model.PublishBatchRequestEntry
Packages that use PublishBatchRequestEntry
-
Uses of PublishBatchRequestEntry in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type PublishBatchRequestEntryModifier and TypeMethodDescriptionfinal List<PublishBatchRequestEntry>PublishBatchRequest.publishBatchRequestEntries()A list ofPublishBatchrequest entries to be sent to the SNS topic.Methods in software.amazon.awssdk.services.sns.model with parameters of type PublishBatchRequestEntryModifier and TypeMethodDescriptionPublishBatchRequest.Builder.publishBatchRequestEntries(PublishBatchRequestEntry... publishBatchRequestEntries) A list ofPublishBatchrequest entries to be sent to the SNS topic.Method parameters in software.amazon.awssdk.services.sns.model with type arguments of type PublishBatchRequestEntryModifier and TypeMethodDescriptionPublishBatchRequest.Builder.publishBatchRequestEntries(Collection<PublishBatchRequestEntry> publishBatchRequestEntries) A list ofPublishBatchrequest entries to be sent to the SNS topic.