Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.UpdateContactChannelResponse
-
Packages that use UpdateContactChannelResponse 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 UpdateContactChannelResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return UpdateContactChannelResponse Modifier and Type Method Description default UpdateContactChannelResponseSsmContactsClient. updateContactChannel(Consumer<UpdateContactChannelRequest.Builder> updateContactChannelRequest)Updates a contact's contact channel.default UpdateContactChannelResponseSsmContactsClient. updateContactChannel(UpdateContactChannelRequest updateContactChannelRequest)Updates a contact's contact channel.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type UpdateContactChannelResponse Modifier and Type Method Description default CompletableFuture<UpdateContactChannelResponse>SsmContactsAsyncClient. updateContactChannel(Consumer<UpdateContactChannelRequest.Builder> updateContactChannelRequest)Updates a contact's contact channel.default CompletableFuture<UpdateContactChannelResponse>SsmContactsAsyncClient. updateContactChannel(UpdateContactChannelRequest updateContactChannelRequest)Updates a contact's contact channel.
-