default CreateContactResponse |
SsmContactsClient.createContact(Consumer<CreateContactRequest.Builder> createContactRequest) |
Contacts are either the contacts that Incident Manager engages during an incident or the escalation plans that
Incident Manager uses to engage contacts in phases during an incident.
|
default CreateContactResponse |
SsmContactsClient.createContact(CreateContactRequest createContactRequest) |
Contacts are either the contacts that Incident Manager engages during an incident or the escalation plans that
Incident Manager uses to engage contacts in phases during an incident.
|
default CreateContactChannelResponse |
SsmContactsClient.createContactChannel(Consumer<CreateContactChannelRequest.Builder> createContactChannelRequest) |
A contact channel is the method that Incident Manager uses to engage your contact.
|
default CreateContactChannelResponse |
SsmContactsClient.createContactChannel(CreateContactChannelRequest createContactChannelRequest) |
A contact channel is the method that Incident Manager uses to engage your contact.
|
default DescribeEngagementResponse |
SsmContactsClient.describeEngagement(Consumer<DescribeEngagementRequest.Builder> describeEngagementRequest) |
Incident Manager uses engagements to engage contacts and escalation plans during an incident.
|
default DescribeEngagementResponse |
SsmContactsClient.describeEngagement(DescribeEngagementRequest describeEngagementRequest) |
Incident Manager uses engagements to engage contacts and escalation plans during an incident.
|
default DescribePageResponse |
SsmContactsClient.describePage(Consumer<DescribePageRequest.Builder> describePageRequest) |
Lists details of the engagement to a contact channel.
|
default DescribePageResponse |
SsmContactsClient.describePage(DescribePageRequest describePageRequest) |
Lists details of the engagement to a contact channel.
|
default GetContactResponse |
SsmContactsClient.getContact(Consumer<GetContactRequest.Builder> getContactRequest) |
Retrieves information about the specified contact or escalation plan.
|
default GetContactResponse |
SsmContactsClient.getContact(GetContactRequest getContactRequest) |
Retrieves information about the specified contact or escalation plan.
|
default GetContactChannelResponse |
SsmContactsClient.getContactChannel(Consumer<GetContactChannelRequest.Builder> getContactChannelRequest) |
List details about a specific contact channel.
|
default GetContactChannelResponse |
SsmContactsClient.getContactChannel(GetContactChannelRequest getContactChannelRequest) |
List details about a specific contact channel.
|
default ListContactChannelsResponse |
SsmContactsClient.listContactChannels(Consumer<ListContactChannelsRequest.Builder> listContactChannelsRequest) |
Lists all contact channels for the specified contact.
|
default ListContactChannelsResponse |
SsmContactsClient.listContactChannels(ListContactChannelsRequest listContactChannelsRequest) |
Lists all contact channels for the specified contact.
|
default ListContactChannelsIterable |
SsmContactsClient.listContactChannelsPaginator(Consumer<ListContactChannelsRequest.Builder> listContactChannelsRequest) |
Lists all contact channels for the specified contact.
|
default ListContactChannelsIterable |
SsmContactsClient.listContactChannelsPaginator(ListContactChannelsRequest listContactChannelsRequest) |
Lists all contact channels for the specified contact.
|
default SendActivationCodeResponse |
SsmContactsClient.sendActivationCode(Consumer<SendActivationCodeRequest.Builder> sendActivationCodeRequest) |
Sends an activation code to a contact channel.
|
default SendActivationCodeResponse |
SsmContactsClient.sendActivationCode(SendActivationCodeRequest sendActivationCodeRequest) |
Sends an activation code to a contact channel.
|
default StartEngagementResponse |
SsmContactsClient.startEngagement(Consumer<StartEngagementRequest.Builder> startEngagementRequest) |
Starts an engagement to a contact or escalation plan.
|
default StartEngagementResponse |
SsmContactsClient.startEngagement(StartEngagementRequest startEngagementRequest) |
Starts an engagement to a contact or escalation plan.
|
default UpdateContactResponse |
SsmContactsClient.updateContact(Consumer<UpdateContactRequest.Builder> updateContactRequest) |
Updates the contact or escalation plan specified.
|
default UpdateContactResponse |
SsmContactsClient.updateContact(UpdateContactRequest updateContactRequest) |
Updates the contact or escalation plan specified.
|
default UpdateContactChannelResponse |
SsmContactsClient.updateContactChannel(Consumer<UpdateContactChannelRequest.Builder> updateContactChannelRequest) |
Updates a contact's contact channel.
|
default UpdateContactChannelResponse |
SsmContactsClient.updateContactChannel(UpdateContactChannelRequest updateContactChannelRequest) |
Updates a contact's contact channel.
|