| Package | Description |
|---|---|
| com.amazonaws.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
Receipt |
Receipt.clone() |
Receipt |
Receipt.withContactChannelArn(String contactChannelArn)
The Amazon Resource Name (ARN) of the contact channel Incident Manager engaged.
|
Receipt |
Receipt.withReceiptInfo(String receiptInfo)
Information provided during the page acknowledgement.
|
Receipt |
Receipt.withReceiptTime(Date receiptTime)
The time receipt was
SENT, DELIVERED, or READ. |
Receipt |
Receipt.withReceiptType(ReceiptType receiptType)
The type follows the engagement cycle,
SENT, DELIVERED, and READ. |
Receipt |
Receipt.withReceiptType(String receiptType)
The type follows the engagement cycle,
SENT, DELIVERED, and READ. |
| Modifier and Type | Method and Description |
|---|---|
List<Receipt> |
ListPageReceiptsResult.getReceipts()
A list of each acknowledgement.
|
| Modifier and Type | Method and Description |
|---|---|
ListPageReceiptsResult |
ListPageReceiptsResult.withReceipts(Receipt... receipts)
A list of each acknowledgement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPageReceiptsResult.setReceipts(Collection<Receipt> receipts)
A list of each acknowledgement.
|
ListPageReceiptsResult |
ListPageReceiptsResult.withReceipts(Collection<Receipt> receipts)
A list of each acknowledgement.
|
Copyright © 2022. All rights reserved.