Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ListPagesByContactResponse
-
Packages that use ListPagesByContactResponse 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 ListPagesByContactResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return ListPagesByContactResponse Modifier and Type Method Description default ListPagesByContactResponseSsmContactsClient. listPagesByContact(Consumer<ListPagesByContactRequest.Builder> listPagesByContactRequest)Lists the engagements to a contact's contact channels.default ListPagesByContactResponseSsmContactsClient. listPagesByContact(ListPagesByContactRequest listPagesByContactRequest)Lists the engagements to a contact's contact channels.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type ListPagesByContactResponse Modifier and Type Method Description default CompletableFuture<ListPagesByContactResponse>SsmContactsAsyncClient. listPagesByContact(Consumer<ListPagesByContactRequest.Builder> listPagesByContactRequest)Lists the engagements to a contact's contact channels.default CompletableFuture<ListPagesByContactResponse>SsmContactsAsyncClient. listPagesByContact(ListPagesByContactRequest listPagesByContactRequest)Lists the engagements to a contact's contact channels. -
Uses of ListPagesByContactResponse in software.amazon.awssdk.services.ssmcontacts.paginators
Methods in software.amazon.awssdk.services.ssmcontacts.paginators that return types with arguments of type ListPagesByContactResponse Modifier and Type Method Description Iterator<ListPagesByContactResponse>ListPagesByContactIterable. iterator()Method parameters in software.amazon.awssdk.services.ssmcontacts.paginators with type arguments of type ListPagesByContactResponse Modifier and Type Method Description voidListPagesByContactPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPagesByContactResponse> subscriber)
-