| Package | Description |
|---|---|
| com.amazonaws.services.ssmcontacts |
Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from
incidents affecting their Amazon Web Services-hosted applications.
|
| com.amazonaws.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
DescribePageResult |
AWSSSMContactsClient.describePage(DescribePageRequest request)
Lists details of the engagement to a contact channel.
|
DescribePageResult |
AbstractAWSSSMContacts.describePage(DescribePageRequest request) |
DescribePageResult |
AWSSSMContacts.describePage(DescribePageRequest describePageRequest)
Lists details of the engagement to a contact channel.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribePageResult> |
AWSSSMContactsAsyncClient.describePageAsync(DescribePageRequest request,
AsyncHandler<DescribePageRequest,DescribePageResult> asyncHandler) |
Future<DescribePageResult> |
AbstractAWSSSMContactsAsync.describePageAsync(DescribePageRequest request,
AsyncHandler<DescribePageRequest,DescribePageResult> asyncHandler) |
Future<DescribePageResult> |
AWSSSMContactsAsync.describePageAsync(DescribePageRequest describePageRequest,
AsyncHandler<DescribePageRequest,DescribePageResult> asyncHandler)
Lists details of the engagement to a contact channel.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePageResult |
DescribePageResult.clone() |
DescribePageResult |
DescribePageResult.withContactArn(String contactArn)
The ARN of the contact that was engaged.
|
DescribePageResult |
DescribePageResult.withContent(String content)
The secure content of the message that was sent to the contact.
|
DescribePageResult |
DescribePageResult.withDeliveryTime(Date deliveryTime)
The time that the contact channel received the engagement.
|
DescribePageResult |
DescribePageResult.withEngagementArn(String engagementArn)
The ARN of the engagement that engaged the contact channel.
|
DescribePageResult |
DescribePageResult.withIncidentId(String incidentId)
The ARN of the incident that engaged the contact channel.
|
DescribePageResult |
DescribePageResult.withPageArn(String pageArn)
The Amazon Resource Name (ARN) of the engagement to a contact channel.
|
DescribePageResult |
DescribePageResult.withPublicContent(String publicContent)
The insecure content of the message that was sent to the contact.
|
DescribePageResult |
DescribePageResult.withPublicSubject(String publicSubject)
The insecure subject of the message that was sent to the contact.
|
DescribePageResult |
DescribePageResult.withReadTime(Date readTime)
The time that the contact channel acknowledged the engagement.
|
DescribePageResult |
DescribePageResult.withSender(String sender)
The user that started the engagement.
|
DescribePageResult |
DescribePageResult.withSentTime(Date sentTime)
The time the engagement was sent to the contact channel.
|
DescribePageResult |
DescribePageResult.withSubject(String subject)
The secure subject of the message that was sent to the contact.
|
Copyright © 2025. All rights reserved.