Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.CreateContactChannelResponse
-
Packages that use CreateContactChannelResponse 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 CreateContactChannelResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return CreateContactChannelResponse Modifier and Type Method Description default CreateContactChannelResponseSsmContactsClient. createContactChannel(Consumer<CreateContactChannelRequest.Builder> createContactChannelRequest)A contact channel is the method that Incident Manager uses to engage your contact.default CreateContactChannelResponseSsmContactsClient. createContactChannel(CreateContactChannelRequest createContactChannelRequest)A contact channel is the method that Incident Manager uses to engage your contact.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type CreateContactChannelResponse Modifier and Type Method Description default CompletableFuture<CreateContactChannelResponse>SsmContactsAsyncClient. createContactChannel(Consumer<CreateContactChannelRequest.Builder> createContactChannelRequest)A contact channel is the method that Incident Manager uses to engage your contact.default CompletableFuture<CreateContactChannelResponse>SsmContactsAsyncClient. createContactChannel(CreateContactChannelRequest createContactChannelRequest)A contact channel is the method that Incident Manager uses to engage your contact.
-