Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ListPagesByEngagementRequest
-
Packages that use ListPagesByEngagementRequest 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 ListPagesByEngagementRequest in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts with parameters of type ListPagesByEngagementRequest Modifier and Type Method Description default CompletableFuture<ListPagesByEngagementResponse>SsmContactsAsyncClient. listPagesByEngagement(ListPagesByEngagementRequest listPagesByEngagementRequest)Lists the engagements to contact channels that occurred by engaging a contact.default ListPagesByEngagementResponseSsmContactsClient. listPagesByEngagement(ListPagesByEngagementRequest listPagesByEngagementRequest)Lists the engagements to contact channels that occurred by engaging a contact.default ListPagesByEngagementPublisherSsmContactsAsyncClient. listPagesByEngagementPaginator(ListPagesByEngagementRequest listPagesByEngagementRequest)Lists the engagements to contact channels that occurred by engaging a contact.default ListPagesByEngagementIterableSsmContactsClient. listPagesByEngagementPaginator(ListPagesByEngagementRequest listPagesByEngagementRequest)Lists the engagements to contact channels that occurred by engaging a contact. -
Uses of ListPagesByEngagementRequest in software.amazon.awssdk.services.ssmcontacts.paginators
Constructors in software.amazon.awssdk.services.ssmcontacts.paginators with parameters of type ListPagesByEngagementRequest Constructor Description ListPagesByEngagementIterable(SsmContactsClient client, ListPagesByEngagementRequest firstRequest)ListPagesByEngagementPublisher(SsmContactsAsyncClient client, ListPagesByEngagementRequest firstRequest) -
Uses of ListPagesByEngagementRequest in software.amazon.awssdk.services.ssmcontacts.transform
Methods in software.amazon.awssdk.services.ssmcontacts.transform with parameters of type ListPagesByEngagementRequest Modifier and Type Method Description SdkHttpFullRequestListPagesByEngagementRequestMarshaller. marshall(ListPagesByEngagementRequest listPagesByEngagementRequest)
-