| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.ssmcontacts.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPageResolutionsResponse |
SsmContactsClient.listPageResolutions(Consumer<ListPageResolutionsRequest.Builder> listPageResolutionsRequest)
Returns the resolution path of an engagement.
|
default ListPageResolutionsResponse |
SsmContactsClient.listPageResolutions(ListPageResolutionsRequest listPageResolutionsRequest)
Returns the resolution path of an engagement.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPageResolutionsResponse> |
SsmContactsAsyncClient.listPageResolutions(Consumer<ListPageResolutionsRequest.Builder> listPageResolutionsRequest)
Returns the resolution path of an engagement.
|
default CompletableFuture<ListPageResolutionsResponse> |
SsmContactsAsyncClient.listPageResolutions(ListPageResolutionsRequest listPageResolutionsRequest)
Returns the resolution path of an engagement.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPageResolutionsResponse> |
ListPageResolutionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPageResolutionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPageResolutionsResponse> subscriber) |
Copyright © 2023. All rights reserved.