| 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 ListPageReceiptsResponse |
SsmContactsClient.listPageReceipts(Consumer<ListPageReceiptsRequest.Builder> listPageReceiptsRequest)
Lists all of the engagements to contact channels that have been acknowledged.
|
default ListPageReceiptsResponse |
SsmContactsClient.listPageReceipts(ListPageReceiptsRequest listPageReceiptsRequest)
Lists all of the engagements to contact channels that have been acknowledged.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPageReceiptsResponse> |
SsmContactsAsyncClient.listPageReceipts(Consumer<ListPageReceiptsRequest.Builder> listPageReceiptsRequest)
Lists all of the engagements to contact channels that have been acknowledged.
|
default CompletableFuture<ListPageReceiptsResponse> |
SsmContactsAsyncClient.listPageReceipts(ListPageReceiptsRequest listPageReceiptsRequest)
Lists all of the engagements to contact channels that have been acknowledged.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPageReceiptsResponse> |
ListPageReceiptsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPageReceiptsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPageReceiptsResponse> subscriber) |
Copyright © 2023. All rights reserved.