| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
static Receipt.Builder |
Receipt.builder() |
Receipt.Builder |
Receipt.Builder.contactChannelArn(String contactChannelArn)
The Amazon Resource Name (ARN) of the contact channel Incident Manager engaged.
|
Receipt.Builder |
Receipt.Builder.receiptInfo(String receiptInfo)
Information provided during the page acknowledgement.
|
Receipt.Builder |
Receipt.Builder.receiptTime(Instant receiptTime)
The time receipt was
SENT, DELIVERED, or READ. |
Receipt.Builder |
Receipt.Builder.receiptType(ReceiptType receiptType)
The type follows the engagement cycle,
SENT, DELIVERED, and READ. |
Receipt.Builder |
Receipt.Builder.receiptType(String receiptType)
The type follows the engagement cycle,
SENT, DELIVERED, and READ. |
Receipt.Builder |
Receipt.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Receipt.Builder> |
Receipt.serializableBuilderClass() |
Copyright © 2021. All rights reserved.