| Package | Description |
|---|---|
| com.amazonaws.services.connectparticipant.model |
| Modifier and Type | Method and Description |
|---|---|
Receipt |
Receipt.clone() |
Receipt |
Receipt.withDeliveredTimestamp(String deliveredTimestamp)
The time when the message was delivered to the recipient.
|
Receipt |
Receipt.withReadTimestamp(String readTimestamp)
The time when the message was read by the recipient.
|
Receipt |
Receipt.withRecipientParticipantId(String recipientParticipantId)
The identifier of the recipient of the message.
|
| Modifier and Type | Method and Description |
|---|---|
List<Receipt> |
MessageMetadata.getReceipts()
The list of receipt information for a message for different recipients.
|
| Modifier and Type | Method and Description |
|---|---|
MessageMetadata |
MessageMetadata.withReceipts(Receipt... receipts)
The list of receipt information for a message for different recipients.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageMetadata.setReceipts(Collection<Receipt> receipts)
The list of receipt information for a message for different recipients.
|
MessageMetadata |
MessageMetadata.withReceipts(Collection<Receipt> receipts)
The list of receipt information for a message for different recipients.
|
Copyright © 2024. All rights reserved.