Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ListContactsResponse
-
Packages that use ListContactsResponse 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 ListContactsResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return ListContactsResponse Modifier and Type Method Description default ListContactsResponseSsmContactsClient. listContacts(Consumer<ListContactsRequest.Builder> listContactsRequest)Lists all contacts and escalation plans in Incident Manager.default ListContactsResponseSsmContactsClient. listContacts(ListContactsRequest listContactsRequest)Lists all contacts and escalation plans in Incident Manager.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type ListContactsResponse Modifier and Type Method Description default CompletableFuture<ListContactsResponse>SsmContactsAsyncClient. listContacts(Consumer<ListContactsRequest.Builder> listContactsRequest)Lists all contacts and escalation plans in Incident Manager.default CompletableFuture<ListContactsResponse>SsmContactsAsyncClient. listContacts(ListContactsRequest listContactsRequest)Lists all contacts and escalation plans in Incident Manager. -
Uses of ListContactsResponse in software.amazon.awssdk.services.ssmcontacts.paginators
Methods in software.amazon.awssdk.services.ssmcontacts.paginators that return types with arguments of type ListContactsResponse Modifier and Type Method Description Iterator<ListContactsResponse>ListContactsIterable. iterator()Method parameters in software.amazon.awssdk.services.ssmcontacts.paginators with type arguments of type ListContactsResponse Modifier and Type Method Description voidListContactsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListContactsResponse> subscriber)
-