| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribePageResponse.Builder |
DescribePageResponse.builder() |
DescribePageResponse.Builder |
DescribePageResponse.Builder.contactArn(String contactArn)
The ARN of the contact that was engaged.
|
DescribePageResponse.Builder |
DescribePageResponse.Builder.content(String content)
The secure content of the message that was sent to the contact.
|
DescribePageResponse.Builder |
DescribePageResponse.Builder.deliveryTime(Instant deliveryTime)
The time that the contact channel received the engagement.
|
DescribePageResponse.Builder |
DescribePageResponse.Builder.engagementArn(String engagementArn)
The ARN of the engagement that engaged the contact channel.
|
DescribePageResponse.Builder |
DescribePageResponse.Builder.incidentId(String incidentId)
The ARN of the incident that engaged the contact channel.
|
DescribePageResponse.Builder |
DescribePageResponse.Builder.pageArn(String pageArn)
The Amazon Resource Name (ARN) of the engagement to a contact channel.
|
DescribePageResponse.Builder |
DescribePageResponse.Builder.publicContent(String publicContent)
The insecure content of the message that was sent to the contact.
|
DescribePageResponse.Builder |
DescribePageResponse.Builder.publicSubject(String publicSubject)
The insecure subject of the message that was sent to the contact.
|
DescribePageResponse.Builder |
DescribePageResponse.Builder.readTime(Instant readTime)
The time that the contact channel acknowledged the engagement.
|
DescribePageResponse.Builder |
DescribePageResponse.Builder.sender(String sender)
The user that started the engagement.
|
DescribePageResponse.Builder |
DescribePageResponse.Builder.sentTime(Instant sentTime)
The time the engagement was sent to the contact channel.
|
DescribePageResponse.Builder |
DescribePageResponse.Builder.subject(String subject)
The secure subject of the message that was sent to the contact.
|
DescribePageResponse.Builder |
DescribePageResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribePageResponse.Builder> |
DescribePageResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.