| 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 |
|---|---|
ListPageResolutionsResult |
AWSSSMContactsClient.listPageResolutions(ListPageResolutionsRequest request)
Returns the resolution path of an engagement.
|
ListPageResolutionsResult |
AbstractAWSSSMContacts.listPageResolutions(ListPageResolutionsRequest request) |
ListPageResolutionsResult |
AWSSSMContacts.listPageResolutions(ListPageResolutionsRequest listPageResolutionsRequest)
Returns the resolution path of an engagement.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListPageResolutionsResult> |
AWSSSMContactsAsyncClient.listPageResolutionsAsync(ListPageResolutionsRequest request,
AsyncHandler<ListPageResolutionsRequest,ListPageResolutionsResult> asyncHandler) |
Future<ListPageResolutionsResult> |
AbstractAWSSSMContactsAsync.listPageResolutionsAsync(ListPageResolutionsRequest request,
AsyncHandler<ListPageResolutionsRequest,ListPageResolutionsResult> asyncHandler) |
Future<ListPageResolutionsResult> |
AWSSSMContactsAsync.listPageResolutionsAsync(ListPageResolutionsRequest listPageResolutionsRequest,
AsyncHandler<ListPageResolutionsRequest,ListPageResolutionsResult> asyncHandler)
Returns the resolution path of an engagement.
|
| Modifier and Type | Method and Description |
|---|---|
ListPageResolutionsResult |
ListPageResolutionsResult.clone() |
ListPageResolutionsResult |
ListPageResolutionsResult.withNextToken(String nextToken)
The token for the next set of items to return.
|
ListPageResolutionsResult |
ListPageResolutionsResult.withPageResolutions(Collection<ResolutionContact> pageResolutions)
Information about the resolution for an engagement.
|
ListPageResolutionsResult |
ListPageResolutionsResult.withPageResolutions(ResolutionContact... pageResolutions)
Information about the resolution for an engagement.
|
Copyright © 2024. All rights reserved.