| Package | Description |
|---|---|
| com.amazonaws.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
Page |
Page.clone() |
Page |
Page.withContactArn(String contactArn)
The ARN of the contact that Incident Manager is engaging.
|
Page |
Page.withDeliveryTime(Date deliveryTime)
The time the message was delivered to the contact channel.
|
Page |
Page.withEngagementArn(String engagementArn)
The ARN of the engagement that this page is part of.
|
Page |
Page.withIncidentId(String incidentId)
The ARN of the incident that's engaging the contact channel.
|
Page |
Page.withPageArn(String pageArn)
The Amazon Resource Name (ARN) of the page to the contact channel.
|
Page |
Page.withReadTime(Date readTime)
The time that the contact channel acknowledged engagement.
|
Page |
Page.withSender(String sender)
The user that started the engagement.
|
Page |
Page.withSentTime(Date sentTime)
The time that Incident Manager engaged the contact channel.
|
| Modifier and Type | Method and Description |
|---|---|
List<Page> |
ListPagesByContactResult.getPages()
The list of engagements to a contact's contact channel.
|
List<Page> |
ListPagesByEngagementResult.getPages()
The list of engagements to contact channels.
|
| Modifier and Type | Method and Description |
|---|---|
ListPagesByContactResult |
ListPagesByContactResult.withPages(Page... pages)
The list of engagements to a contact's contact channel.
|
ListPagesByEngagementResult |
ListPagesByEngagementResult.withPages(Page... pages)
The list of engagements to contact channels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPagesByContactResult.setPages(Collection<Page> pages)
The list of engagements to a contact's contact channel.
|
void |
ListPagesByEngagementResult.setPages(Collection<Page> pages)
The list of engagements to contact channels.
|
ListPagesByContactResult |
ListPagesByContactResult.withPages(Collection<Page> pages)
The list of engagements to a contact's contact channel.
|
ListPagesByEngagementResult |
ListPagesByEngagementResult.withPages(Collection<Page> pages)
The list of engagements to contact channels.
|
Copyright © 2023. All rights reserved.