| 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 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 DeleteContactResponse |
SsmContactsClient.deleteContact(Consumer<DeleteContactRequest.Builder> deleteContactRequest)
To remove a contact from Incident Manager, you can delete the contact.
|
default DeleteContactResponse |
SsmContactsClient.deleteContact(DeleteContactRequest deleteContactRequest)
To remove a contact from Incident Manager, you can delete the contact.
|
default DeleteRotationResponse |
SsmContactsClient.deleteRotation(Consumer<DeleteRotationRequest.Builder> deleteRotationRequest)
Deletes a rotation from the system.
|
default DeleteRotationResponse |
SsmContactsClient.deleteRotation(DeleteRotationRequest deleteRotationRequest)
Deletes a rotation from the system.
|
default ListRotationShiftsResponse |
SsmContactsClient.listRotationShifts(Consumer<ListRotationShiftsRequest.Builder> listRotationShiftsRequest)
Returns a list of shifts generated by an existing rotation in the system.
|
default ListRotationShiftsResponse |
SsmContactsClient.listRotationShifts(ListRotationShiftsRequest listRotationShiftsRequest)
Returns a list of shifts generated by an existing rotation in the system.
|
default ListRotationShiftsIterable |
SsmContactsClient.listRotationShiftsPaginator(Consumer<ListRotationShiftsRequest.Builder> listRotationShiftsRequest)
Returns a list of shifts generated by an existing rotation in the system.
|
default ListRotationShiftsIterable |
SsmContactsClient.listRotationShiftsPaginator(ListRotationShiftsRequest listRotationShiftsRequest)
Returns a list of shifts generated by an existing rotation in the system.
|
default PutContactPolicyResponse |
SsmContactsClient.putContactPolicy(Consumer<PutContactPolicyRequest.Builder> putContactPolicyRequest)
Adds a resource policy to the specified contact or escalation plan.
|
default PutContactPolicyResponse |
SsmContactsClient.putContactPolicy(PutContactPolicyRequest putContactPolicyRequest)
Adds a resource policy to the specified contact or escalation plan.
|
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.
|
default UpdateRotationResponse |
SsmContactsClient.updateRotation(Consumer<UpdateRotationRequest.Builder> updateRotationRequest)
Updates the information specified for an on-call rotation.
|
default UpdateRotationResponse |
SsmContactsClient.updateRotation(UpdateRotationRequest updateRotationRequest)
Updates the information specified for an on-call rotation.
|
Copyright © 2023. All rights reserved.