Uses of Class
software.amazon.awssdk.services.sesv2.model.BulkEmailEntryResult
Packages that use BulkEmailEntryResult
-
Uses of BulkEmailEntryResult in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type BulkEmailEntryResultModifier and TypeMethodDescriptionfinal List<BulkEmailEntryResult>SendBulkEmailResponse.bulkEmailEntryResults()One object per intended recipient.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type BulkEmailEntryResultModifier and TypeMethodDescriptionSendBulkEmailResponse.Builder.bulkEmailEntryResults(BulkEmailEntryResult... bulkEmailEntryResults) One object per intended recipient.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type BulkEmailEntryResultModifier and TypeMethodDescriptionSendBulkEmailResponse.Builder.bulkEmailEntryResults(Collection<BulkEmailEntryResult> bulkEmailEntryResults) One object per intended recipient.