Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.CreateContactResponse
-
Packages that use CreateContactResponse 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 CreateContactResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return CreateContactResponse Modifier and Type Method Description default CreateContactResponseSsmContactsClient. 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 CreateContactResponseSsmContactsClient. 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.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type CreateContactResponse Modifier and Type Method Description default CompletableFuture<CreateContactResponse>SsmContactsAsyncClient. 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 CompletableFuture<CreateContactResponse>SsmContactsAsyncClient. 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.
-