Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ListPageReceiptsResponse
-
Packages that use ListPageReceiptsResponse 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 -
-
Uses of ListPageReceiptsResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return ListPageReceiptsResponse Modifier and Type Method Description default ListPageReceiptsResponseSsmContactsClient. listPageReceipts(Consumer<ListPageReceiptsRequest.Builder> 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.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type ListPageReceiptsResponse Modifier and Type Method 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. -
Uses of ListPageReceiptsResponse in software.amazon.awssdk.services.ssmcontacts.paginators
Methods in software.amazon.awssdk.services.ssmcontacts.paginators that return types with arguments of type ListPageReceiptsResponse Modifier and Type Method Description Iterator<ListPageReceiptsResponse>ListPageReceiptsIterable. iterator()Method parameters in software.amazon.awssdk.services.ssmcontacts.paginators with type arguments of type ListPageReceiptsResponse Modifier and Type Method Description voidListPageReceiptsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPageReceiptsResponse> subscriber)
-