| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
CreateContactResult |
AWSSSMContactsClient.createContact(CreateContactRequest request)
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.
|
CreateContactResult |
AbstractAWSSSMContacts.createContact(CreateContactRequest request) |
CreateContactResult |
AWSSSMContacts.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.
|
Future<CreateContactResult> |
AbstractAWSSSMContactsAsync.createContactAsync(CreateContactRequest request) |
Future<CreateContactResult> |
AWSSSMContactsAsyncClient.createContactAsync(CreateContactRequest request) |
Future<CreateContactResult> |
AWSSSMContactsAsync.createContactAsync(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.
|
Future<CreateContactResult> |
AbstractAWSSSMContactsAsync.createContactAsync(CreateContactRequest request,
AsyncHandler<CreateContactRequest,CreateContactResult> asyncHandler) |
Future<CreateContactResult> |
AWSSSMContactsAsyncClient.createContactAsync(CreateContactRequest request,
AsyncHandler<CreateContactRequest,CreateContactResult> asyncHandler) |
Future<CreateContactResult> |
AWSSSMContactsAsync.createContactAsync(CreateContactRequest createContactRequest,
AsyncHandler<CreateContactRequest,CreateContactResult> asyncHandler)
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateContactResult> |
AbstractAWSSSMContactsAsync.createContactAsync(CreateContactRequest request,
AsyncHandler<CreateContactRequest,CreateContactResult> asyncHandler) |
Future<CreateContactResult> |
AWSSSMContactsAsyncClient.createContactAsync(CreateContactRequest request,
AsyncHandler<CreateContactRequest,CreateContactResult> asyncHandler) |
Future<CreateContactResult> |
AWSSSMContactsAsync.createContactAsync(CreateContactRequest createContactRequest,
AsyncHandler<CreateContactRequest,CreateContactResult> asyncHandler)
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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateContactRequest |
CreateContactRequest.clone() |
CreateContactRequest |
CreateContactRequest.withAlias(String alias)
The short name to quickly identify a contact or escalation plan.
|
CreateContactRequest |
CreateContactRequest.withDisplayName(String displayName)
The full name of the contact or escalation plan.
|
CreateContactRequest |
CreateContactRequest.withIdempotencyToken(String idempotencyToken)
A token ensuring that the operation is called only once with the specified details.
|
CreateContactRequest |
CreateContactRequest.withPlan(Plan plan)
A list of stages.
|
CreateContactRequest |
CreateContactRequest.withTags(Collection<Tag> tags)
Adds a tag to the target.
|
CreateContactRequest |
CreateContactRequest.withTags(Tag... tags)
Adds a tag to the target.
|
CreateContactRequest |
CreateContactRequest.withType(ContactType type)
To create an escalation plan use
ESCALATION. |
CreateContactRequest |
CreateContactRequest.withType(String type)
To create an escalation plan use
ESCALATION. |
Copyright © 2023. All rights reserved.