| Package | Description |
|---|---|
| com.amazonaws.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
ResolutionContact |
ResolutionContact.clone() |
ResolutionContact |
ResolutionContact.withContactArn(String contactArn)
The Amazon Resource Name (ARN) of a contact in the engagement resolution process.
|
ResolutionContact |
ResolutionContact.withStageIndex(Integer stageIndex)
The stage in the escalation plan that resolves to this contact.
|
ResolutionContact |
ResolutionContact.withType(ContactType type)
The type of contact for a resolution step.
|
ResolutionContact |
ResolutionContact.withType(String type)
The type of contact for a resolution step.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResolutionContact> |
ListPageResolutionsResult.getPageResolutions()
Information about the resolution for an engagement.
|
| Modifier and Type | Method and Description |
|---|---|
ListPageResolutionsResult |
ListPageResolutionsResult.withPageResolutions(ResolutionContact... pageResolutions)
Information about the resolution for an engagement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPageResolutionsResult.setPageResolutions(Collection<ResolutionContact> pageResolutions)
Information about the resolution for an engagement.
|
ListPageResolutionsResult |
ListPageResolutionsResult.withPageResolutions(Collection<ResolutionContact> pageResolutions)
Information about the resolution for an engagement.
|
Copyright © 2025. All rights reserved.