Uses of Class
software.amazon.awssdk.services.sns.model.BatchResultErrorEntry
-
Packages that use BatchResultErrorEntry Package Description software.amazon.awssdk.services.sns.model -
-
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 BatchResultErrorEntry Modifier and Type Method Description List<BatchResultErrorEntry>PublishBatchResponse. failed()A list of failedPublishBatchresponses.Methods in software.amazon.awssdk.services.sns.model with parameters of type BatchResultErrorEntry Modifier and Type Method Description PublishBatchResponse.BuilderPublishBatchResponse.Builder. failed(BatchResultErrorEntry... failed)A list of failedPublishBatchresponses.Method parameters in software.amazon.awssdk.services.sns.model with type arguments of type BatchResultErrorEntry Modifier and Type Method Description PublishBatchResponse.BuilderPublishBatchResponse.Builder. failed(Collection<BatchResultErrorEntry> failed)A list of failedPublishBatchresponses.
-