| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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 CreateRotationResponse |
SsmContactsClient.createRotation(Consumer<CreateRotationRequest.Builder> createRotationRequest)
Creates a rotation in an on-call schedule.
|
default CreateRotationResponse |
SsmContactsClient.createRotation(CreateRotationRequest createRotationRequest)
Creates a rotation in an on-call schedule.
|
default CreateRotationOverrideResponse |
SsmContactsClient.createRotationOverride(Consumer<CreateRotationOverrideRequest.Builder> createRotationOverrideRequest)
Creates an override for a rotation in an on-call schedule.
|
default CreateRotationOverrideResponse |
SsmContactsClient.createRotationOverride(CreateRotationOverrideRequest createRotationOverrideRequest)
Creates an override for a rotation in an on-call schedule.
|
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 TagResourceResponse |
SsmContactsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Tags a contact or escalation plan.
|
default TagResourceResponse |
SsmContactsClient.tagResource(TagResourceRequest tagResourceRequest)
Tags 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.
|
Copyright © 2023. All rights reserved.