Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.GetContactChannelResponse
-
Packages that use GetContactChannelResponse 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. -
-
Uses of GetContactChannelResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return GetContactChannelResponse Modifier and Type Method Description default GetContactChannelResponseSsmContactsClient. getContactChannel(Consumer<GetContactChannelRequest.Builder> getContactChannelRequest)List details about a specific contact channel.default GetContactChannelResponseSsmContactsClient. getContactChannel(GetContactChannelRequest getContactChannelRequest)List details about a specific contact channel.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type GetContactChannelResponse Modifier and Type Method Description default CompletableFuture<GetContactChannelResponse>SsmContactsAsyncClient. getContactChannel(Consumer<GetContactChannelRequest.Builder> getContactChannelRequest)List details about a specific contact channel.default CompletableFuture<GetContactChannelResponse>SsmContactsAsyncClient. getContactChannel(GetContactChannelRequest getContactChannelRequest)List details about a specific contact channel.
-