Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.DeactivateContactChannelResponse
-
Packages that use DeactivateContactChannelResponse 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 DeactivateContactChannelResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return DeactivateContactChannelResponse Modifier and Type Method Description default DeactivateContactChannelResponseSsmContactsClient. deactivateContactChannel(Consumer<DeactivateContactChannelRequest.Builder> deactivateContactChannelRequest)To no longer receive Incident Manager engagements to a contact channel, you can deactivate the channel.default DeactivateContactChannelResponseSsmContactsClient. deactivateContactChannel(DeactivateContactChannelRequest deactivateContactChannelRequest)To no longer receive Incident Manager engagements to a contact channel, you can deactivate the channel.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type DeactivateContactChannelResponse Modifier and Type Method Description default CompletableFuture<DeactivateContactChannelResponse>SsmContactsAsyncClient. deactivateContactChannel(Consumer<DeactivateContactChannelRequest.Builder> deactivateContactChannelRequest)To no longer receive Incident Manager engagements to a contact channel, you can deactivate the channel.default CompletableFuture<DeactivateContactChannelResponse>SsmContactsAsyncClient. deactivateContactChannel(DeactivateContactChannelRequest deactivateContactChannelRequest)To no longer receive Incident Manager engagements to a contact channel, you can deactivate the channel.
-