| Package | Description |
|---|---|
| com.amazonaws.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
Engagement |
Engagement.clone() |
Engagement |
Engagement.withContactArn(String contactArn)
The ARN of the escalation plan or contact that Incident Manager is engaging.
|
Engagement |
Engagement.withEngagementArn(String engagementArn)
The Amazon Resource Name (ARN) of the engagement.
|
Engagement |
Engagement.withIncidentId(String incidentId)
The ARN of the incident that's engaging the contact.
|
Engagement |
Engagement.withSender(String sender)
The user that started the engagement.
|
Engagement |
Engagement.withStartTime(Date startTime)
The time that the engagement began.
|
Engagement |
Engagement.withStopTime(Date stopTime)
The time that the engagement ended.
|
| Modifier and Type | Method and Description |
|---|---|
List<Engagement> |
ListEngagementsResult.getEngagements()
A list of each engagement that occurred during the specified time range of an incident.
|
| Modifier and Type | Method and Description |
|---|---|
ListEngagementsResult |
ListEngagementsResult.withEngagements(Engagement... engagements)
A list of each engagement that occurred during the specified time range of an incident.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEngagementsResult.setEngagements(Collection<Engagement> engagements)
A list of each engagement that occurred during the specified time range of an incident.
|
ListEngagementsResult |
ListEngagementsResult.withEngagements(Collection<Engagement> engagements)
A list of each engagement that occurred during the specified time range of an incident.
|
Copyright © 2024. All rights reserved.