Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ListContactChannelsResponse
-
Packages that use ListContactChannelsResponse 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 ListContactChannelsResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return ListContactChannelsResponse Modifier and Type Method Description default ListContactChannelsResponseSsmContactsClient. listContactChannels(Consumer<ListContactChannelsRequest.Builder> listContactChannelsRequest)Lists all contact channels for the specified contact.default ListContactChannelsResponseSsmContactsClient. listContactChannels(ListContactChannelsRequest listContactChannelsRequest)Lists all contact channels for the specified contact.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type ListContactChannelsResponse Modifier and Type Method Description default CompletableFuture<ListContactChannelsResponse>SsmContactsAsyncClient. listContactChannels(Consumer<ListContactChannelsRequest.Builder> listContactChannelsRequest)Lists all contact channels for the specified contact.default CompletableFuture<ListContactChannelsResponse>SsmContactsAsyncClient. listContactChannels(ListContactChannelsRequest listContactChannelsRequest)Lists all contact channels for the specified contact. -
Uses of ListContactChannelsResponse in software.amazon.awssdk.services.ssmcontacts.paginators
Methods in software.amazon.awssdk.services.ssmcontacts.paginators that return types with arguments of type ListContactChannelsResponse Modifier and Type Method Description Iterator<ListContactChannelsResponse>ListContactChannelsIterable. iterator()Method parameters in software.amazon.awssdk.services.ssmcontacts.paginators with type arguments of type ListContactChannelsResponse Modifier and Type Method Description voidListContactChannelsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListContactChannelsResponse> subscriber)
-