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