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