Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ListPageReceiptsRequest
-
Packages that use ListPageReceiptsRequest 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 software.amazon.awssdk.services.ssmcontacts.transform -
-
Uses of ListPageReceiptsRequest in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts with parameters of type ListPageReceiptsRequest Modifier and Type Method Description default CompletableFuture<ListPageReceiptsResponse>SsmContactsAsyncClient. listPageReceipts(ListPageReceiptsRequest listPageReceiptsRequest)Lists all of the engagements to contact channels that have been acknowledged.default ListPageReceiptsResponseSsmContactsClient. listPageReceipts(ListPageReceiptsRequest listPageReceiptsRequest)Lists all of the engagements to contact channels that have been acknowledged.default ListPageReceiptsPublisherSsmContactsAsyncClient. listPageReceiptsPaginator(ListPageReceiptsRequest listPageReceiptsRequest)Lists all of the engagements to contact channels that have been acknowledged.default ListPageReceiptsIterableSsmContactsClient. listPageReceiptsPaginator(ListPageReceiptsRequest listPageReceiptsRequest)Lists all of the engagements to contact channels that have been acknowledged. -
Uses of ListPageReceiptsRequest in software.amazon.awssdk.services.ssmcontacts.paginators
Constructors in software.amazon.awssdk.services.ssmcontacts.paginators with parameters of type ListPageReceiptsRequest Constructor Description ListPageReceiptsIterable(SsmContactsClient client, ListPageReceiptsRequest firstRequest)ListPageReceiptsPublisher(SsmContactsAsyncClient client, ListPageReceiptsRequest firstRequest) -
Uses of ListPageReceiptsRequest in software.amazon.awssdk.services.ssmcontacts.transform
Methods in software.amazon.awssdk.services.ssmcontacts.transform with parameters of type ListPageReceiptsRequest Modifier and Type Method Description SdkHttpFullRequestListPageReceiptsRequestMarshaller. marshall(ListPageReceiptsRequest listPageReceiptsRequest)
-