Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.DeleteContactChannelResponse
-
Packages that use DeleteContactChannelResponse 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 DeleteContactChannelResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return DeleteContactChannelResponse Modifier and Type Method Description default DeleteContactChannelResponseSsmContactsClient. deleteContactChannel(Consumer<DeleteContactChannelRequest.Builder> deleteContactChannelRequest)To no longer receive engagements on a contact channel, you can delete the channel from a contact.default DeleteContactChannelResponseSsmContactsClient. deleteContactChannel(DeleteContactChannelRequest deleteContactChannelRequest)To no longer receive engagements on a contact channel, you can delete the channel from a contact.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type DeleteContactChannelResponse Modifier and Type Method Description default CompletableFuture<DeleteContactChannelResponse>SsmContactsAsyncClient. deleteContactChannel(Consumer<DeleteContactChannelRequest.Builder> deleteContactChannelRequest)To no longer receive engagements on a contact channel, you can delete the channel from a contact.default CompletableFuture<DeleteContactChannelResponse>SsmContactsAsyncClient. deleteContactChannel(DeleteContactChannelRequest deleteContactChannelRequest)To no longer receive engagements on a contact channel, you can delete the channel from a contact.
-