Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ListPagesByContactRequest
-
Packages that use ListPagesByContactRequest 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 ListPagesByContactRequest in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts with parameters of type ListPagesByContactRequest Modifier and Type Method Description default CompletableFuture<ListPagesByContactResponse>SsmContactsAsyncClient. listPagesByContact(ListPagesByContactRequest listPagesByContactRequest)Lists the engagements to a contact's contact channels.default ListPagesByContactResponseSsmContactsClient. listPagesByContact(ListPagesByContactRequest listPagesByContactRequest)Lists the engagements to a contact's contact channels.default ListPagesByContactPublisherSsmContactsAsyncClient. listPagesByContactPaginator(ListPagesByContactRequest listPagesByContactRequest)Lists the engagements to a contact's contact channels.default ListPagesByContactIterableSsmContactsClient. listPagesByContactPaginator(ListPagesByContactRequest listPagesByContactRequest)Lists the engagements to a contact's contact channels. -
Uses of ListPagesByContactRequest in software.amazon.awssdk.services.ssmcontacts.paginators
Constructors in software.amazon.awssdk.services.ssmcontacts.paginators with parameters of type ListPagesByContactRequest Constructor Description ListPagesByContactIterable(SsmContactsClient client, ListPagesByContactRequest firstRequest)ListPagesByContactPublisher(SsmContactsAsyncClient client, ListPagesByContactRequest firstRequest) -
Uses of ListPagesByContactRequest in software.amazon.awssdk.services.ssmcontacts.transform
Methods in software.amazon.awssdk.services.ssmcontacts.transform with parameters of type ListPagesByContactRequest Modifier and Type Method Description SdkHttpFullRequestListPagesByContactRequestMarshaller. marshall(ListPagesByContactRequest listPagesByContactRequest)
-