Uses of Class
software.amazon.awssdk.services.sns.model.PublishBatchResultEntry
Packages that use PublishBatchResultEntry
-
Uses of PublishBatchResultEntry in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type PublishBatchResultEntryModifier and TypeMethodDescriptionfinal List<PublishBatchResultEntry>PublishBatchResponse.successful()A list of successfulPublishBatchresponses.Methods in software.amazon.awssdk.services.sns.model with parameters of type PublishBatchResultEntryModifier and TypeMethodDescriptionPublishBatchResponse.Builder.successful(PublishBatchResultEntry... successful) A list of successfulPublishBatchresponses.Method parameters in software.amazon.awssdk.services.sns.model with type arguments of type PublishBatchResultEntryModifier and TypeMethodDescriptionPublishBatchResponse.Builder.successful(Collection<PublishBatchResultEntry> successful) A list of successfulPublishBatchresponses.