Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.DeleteContactChannelRequest
-
Packages that use DeleteContactChannelRequest 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.transform -
-
Uses of DeleteContactChannelRequest in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts with parameters of type DeleteContactChannelRequest Modifier and Type Method Description default CompletableFuture<DeleteContactChannelResponse>SsmContactsAsyncClient. deleteContactChannel(DeleteContactChannelRequest 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. -
Uses of DeleteContactChannelRequest in software.amazon.awssdk.services.ssmcontacts.transform
Methods in software.amazon.awssdk.services.ssmcontacts.transform with parameters of type DeleteContactChannelRequest Modifier and Type Method Description SdkHttpFullRequestDeleteContactChannelRequestMarshaller. marshall(DeleteContactChannelRequest deleteContactChannelRequest)
-