Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ContactChannelAddress
-
Packages that use ContactChannelAddress Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of ContactChannelAddress in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return ContactChannelAddress Modifier and Type Method Description ContactChannelAddressContactChannel. deliveryAddress()The details that Incident Manager uses when trying to engage the contact channel.ContactChannelAddressCreateContactChannelRequest. deliveryAddress()The details that Incident Manager uses when trying to engage the contact channel.ContactChannelAddressGetContactChannelResponse. deliveryAddress()The details that Incident Manager uses when trying to engage the contact channel.ContactChannelAddressUpdateContactChannelRequest. deliveryAddress()The details that Incident Manager uses when trying to engage the contact channel.Methods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type ContactChannelAddress Modifier and Type Method Description ContactChannel.BuilderContactChannel.Builder. deliveryAddress(ContactChannelAddress deliveryAddress)The details that Incident Manager uses when trying to engage the contact channel.CreateContactChannelRequest.BuilderCreateContactChannelRequest.Builder. deliveryAddress(ContactChannelAddress deliveryAddress)The details that Incident Manager uses when trying to engage the contact channel.GetContactChannelResponse.BuilderGetContactChannelResponse.Builder. deliveryAddress(ContactChannelAddress deliveryAddress)The details that Incident Manager uses when trying to engage the contact channel.UpdateContactChannelRequest.BuilderUpdateContactChannelRequest.Builder. deliveryAddress(ContactChannelAddress deliveryAddress)The details that Incident Manager uses when trying to engage the contact channel.
-