Interface SendBulkTemplatedEmailResponse.Builder

    • Method Detail

      • status

        SendBulkTemplatedEmailResponse.Builder status​(Collection<BulkEmailDestinationStatus> status)

        One object per intended recipient. Check each response object and retry any messages with a failure status. (Note that order of responses will be respective to order of destinations in the request.)Receipt rules enable you to specify which actions

        Parameters:
        status - One object per intended recipient. Check each response object and retry any messages with a failure status. (Note that order of responses will be respective to order of destinations in the request.)Receipt rules enable you to specify which actions
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        SendBulkTemplatedEmailResponse.Builder status​(BulkEmailDestinationStatus... status)

        One object per intended recipient. Check each response object and retry any messages with a failure status. (Note that order of responses will be respective to order of destinations in the request.)Receipt rules enable you to specify which actions

        Parameters:
        status - One object per intended recipient. Check each response object and retry any messages with a failure status. (Note that order of responses will be respective to order of destinations in the request.)Receipt rules enable you to specify which actions
        Returns:
        Returns a reference to this object so that method calls can be chained together.