Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ListPagesByEngagementResponse
-
Packages that use ListPagesByEngagementResponse 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 ListPagesByEngagementResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return ListPagesByEngagementResponse Modifier and Type Method Description default ListPagesByEngagementResponseSsmContactsClient. listPagesByEngagement(Consumer<ListPagesByEngagementRequest.Builder> 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.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type ListPagesByEngagementResponse Modifier and Type Method Description default CompletableFuture<ListPagesByEngagementResponse>SsmContactsAsyncClient. listPagesByEngagement(Consumer<ListPagesByEngagementRequest.Builder> listPagesByEngagementRequest)Lists the engagements to contact channels that occurred by engaging a contact.default CompletableFuture<ListPagesByEngagementResponse>SsmContactsAsyncClient. listPagesByEngagement(ListPagesByEngagementRequest listPagesByEngagementRequest)Lists the engagements to contact channels that occurred by engaging a contact. -
Uses of ListPagesByEngagementResponse in software.amazon.awssdk.services.ssmcontacts.paginators
Methods in software.amazon.awssdk.services.ssmcontacts.paginators that return types with arguments of type ListPagesByEngagementResponse Modifier and Type Method Description Iterator<ListPagesByEngagementResponse>ListPagesByEngagementIterable. iterator()Method parameters in software.amazon.awssdk.services.ssmcontacts.paginators with type arguments of type ListPagesByEngagementResponse Modifier and Type Method Description voidListPagesByEngagementPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPagesByEngagementResponse> subscriber)
-