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