@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSSSMContactsAsync extends AbstractAWSSSMContacts implements AWSSSMContactsAsync
AWSSSMContactsAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
acceptPage, activateContactChannel, createContact, createContactChannel, createRotation, createRotationOverride, deactivateContactChannel, deleteContact, deleteContactChannel, deleteRotation, deleteRotationOverride, describeEngagement, describePage, getCachedResponseMetadata, getContact, getContactChannel, getContactPolicy, getRotation, getRotationOverride, listContactChannels, listContacts, listEngagements, listPageReceipts, listPageResolutions, listPagesByContact, listPagesByEngagement, listPreviewRotationShifts, listRotationOverrides, listRotations, listRotationShifts, listTagsForResource, putContactPolicy, sendActivationCode, shutdown, startEngagement, stopEngagement, tagResource, untagResource, updateContact, updateContactChannel, updateRotation
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
acceptPage, activateContactChannel, createContact, createContactChannel, createRotation, createRotationOverride, deactivateContactChannel, deleteContact, deleteContactChannel, deleteRotation, deleteRotationOverride, describeEngagement, describePage, getCachedResponseMetadata, getContact, getContactChannel, getContactPolicy, getRotation, getRotationOverride, listContactChannels, listContacts, listEngagements, listPageReceipts, listPageResolutions, listPagesByContact, listPagesByEngagement, listPreviewRotationShifts, listRotationOverrides, listRotations, listRotationShifts, listTagsForResource, putContactPolicy, sendActivationCode, shutdown, startEngagement, stopEngagement, tagResource, untagResource, updateContact, updateContactChannel, updateRotation
public Future<AcceptPageResult> acceptPageAsync(AcceptPageRequest request)
AWSSSMContactsAsync
Used to acknowledge an engagement to a contact channel during an incident.
acceptPageAsync
in interface AWSSSMContactsAsync
public Future<AcceptPageResult> acceptPageAsync(AcceptPageRequest request, AsyncHandler<AcceptPageRequest,AcceptPageResult> asyncHandler)
AWSSSMContactsAsync
Used to acknowledge an engagement to a contact channel during an incident.
acceptPageAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ActivateContactChannelResult> activateContactChannelAsync(ActivateContactChannelRequest request)
AWSSSMContactsAsync
Activates a contact's contact channel. Incident Manager can't engage a contact until the contact channel has been activated.
activateContactChannelAsync
in interface AWSSSMContactsAsync
public Future<ActivateContactChannelResult> activateContactChannelAsync(ActivateContactChannelRequest request, AsyncHandler<ActivateContactChannelRequest,ActivateContactChannelResult> asyncHandler)
AWSSSMContactsAsync
Activates a contact's contact channel. Incident Manager can't engage a contact until the contact channel has been activated.
activateContactChannelAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateContactResult> createContactAsync(CreateContactRequest request)
AWSSSMContactsAsync
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.
createContactAsync
in interface AWSSSMContactsAsync
public Future<CreateContactResult> createContactAsync(CreateContactRequest request, AsyncHandler<CreateContactRequest,CreateContactResult> asyncHandler)
AWSSSMContactsAsync
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.
createContactAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateContactChannelResult> createContactChannelAsync(CreateContactChannelRequest request)
AWSSSMContactsAsync
A contact channel is the method that Incident Manager uses to engage your contact.
createContactChannelAsync
in interface AWSSSMContactsAsync
public Future<CreateContactChannelResult> createContactChannelAsync(CreateContactChannelRequest request, AsyncHandler<CreateContactChannelRequest,CreateContactChannelResult> asyncHandler)
AWSSSMContactsAsync
A contact channel is the method that Incident Manager uses to engage your contact.
createContactChannelAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateRotationResult> createRotationAsync(CreateRotationRequest request)
AWSSSMContactsAsync
Creates a rotation in an on-call schedule.
createRotationAsync
in interface AWSSSMContactsAsync
public Future<CreateRotationResult> createRotationAsync(CreateRotationRequest request, AsyncHandler<CreateRotationRequest,CreateRotationResult> asyncHandler)
AWSSSMContactsAsync
Creates a rotation in an on-call schedule.
createRotationAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateRotationOverrideResult> createRotationOverrideAsync(CreateRotationOverrideRequest request)
AWSSSMContactsAsync
Creates an override for a rotation in an on-call schedule.
createRotationOverrideAsync
in interface AWSSSMContactsAsync
public Future<CreateRotationOverrideResult> createRotationOverrideAsync(CreateRotationOverrideRequest request, AsyncHandler<CreateRotationOverrideRequest,CreateRotationOverrideResult> asyncHandler)
AWSSSMContactsAsync
Creates an override for a rotation in an on-call schedule.
createRotationOverrideAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeactivateContactChannelResult> deactivateContactChannelAsync(DeactivateContactChannelRequest request)
AWSSSMContactsAsync
To no longer receive Incident Manager engagements to a contact channel, you can deactivate the channel.
deactivateContactChannelAsync
in interface AWSSSMContactsAsync
public Future<DeactivateContactChannelResult> deactivateContactChannelAsync(DeactivateContactChannelRequest request, AsyncHandler<DeactivateContactChannelRequest,DeactivateContactChannelResult> asyncHandler)
AWSSSMContactsAsync
To no longer receive Incident Manager engagements to a contact channel, you can deactivate the channel.
deactivateContactChannelAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteContactResult> deleteContactAsync(DeleteContactRequest request)
AWSSSMContactsAsync
To remove a contact from Incident Manager, you can delete the contact. Deleting a contact removes them from all escalation plans and related response plans. Deleting an escalation plan removes it from all related response plans. You will have to recreate the contact and its contact channels before you can use it again.
deleteContactAsync
in interface AWSSSMContactsAsync
public Future<DeleteContactResult> deleteContactAsync(DeleteContactRequest request, AsyncHandler<DeleteContactRequest,DeleteContactResult> asyncHandler)
AWSSSMContactsAsync
To remove a contact from Incident Manager, you can delete the contact. Deleting a contact removes them from all escalation plans and related response plans. Deleting an escalation plan removes it from all related response plans. You will have to recreate the contact and its contact channels before you can use it again.
deleteContactAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteContactChannelResult> deleteContactChannelAsync(DeleteContactChannelRequest request)
AWSSSMContactsAsync
To no longer receive engagements on a contact channel, you can delete the channel from a contact. Deleting the contact channel removes it from the contact's engagement plan. If you delete the only contact channel for a contact, you won't be able to engage that contact during an incident.
deleteContactChannelAsync
in interface AWSSSMContactsAsync
public Future<DeleteContactChannelResult> deleteContactChannelAsync(DeleteContactChannelRequest request, AsyncHandler<DeleteContactChannelRequest,DeleteContactChannelResult> asyncHandler)
AWSSSMContactsAsync
To no longer receive engagements on a contact channel, you can delete the channel from a contact. Deleting the contact channel removes it from the contact's engagement plan. If you delete the only contact channel for a contact, you won't be able to engage that contact during an incident.
deleteContactChannelAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteRotationResult> deleteRotationAsync(DeleteRotationRequest request)
AWSSSMContactsAsync
Deletes a rotation from the system. If a rotation belongs to more than one on-call schedule, this operation deletes it from all of them.
deleteRotationAsync
in interface AWSSSMContactsAsync
public Future<DeleteRotationResult> deleteRotationAsync(DeleteRotationRequest request, AsyncHandler<DeleteRotationRequest,DeleteRotationResult> asyncHandler)
AWSSSMContactsAsync
Deletes a rotation from the system. If a rotation belongs to more than one on-call schedule, this operation deletes it from all of them.
deleteRotationAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteRotationOverrideResult> deleteRotationOverrideAsync(DeleteRotationOverrideRequest request)
AWSSSMContactsAsync
Deletes an existing override for an on-call rotation.
deleteRotationOverrideAsync
in interface AWSSSMContactsAsync
public Future<DeleteRotationOverrideResult> deleteRotationOverrideAsync(DeleteRotationOverrideRequest request, AsyncHandler<DeleteRotationOverrideRequest,DeleteRotationOverrideResult> asyncHandler)
AWSSSMContactsAsync
Deletes an existing override for an on-call rotation.
deleteRotationOverrideAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeEngagementResult> describeEngagementAsync(DescribeEngagementRequest request)
AWSSSMContactsAsync
Incident Manager uses engagements to engage contacts and escalation plans during an incident. Use this command to describe the engagement that occurred during an incident.
describeEngagementAsync
in interface AWSSSMContactsAsync
public Future<DescribeEngagementResult> describeEngagementAsync(DescribeEngagementRequest request, AsyncHandler<DescribeEngagementRequest,DescribeEngagementResult> asyncHandler)
AWSSSMContactsAsync
Incident Manager uses engagements to engage contacts and escalation plans during an incident. Use this command to describe the engagement that occurred during an incident.
describeEngagementAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribePageResult> describePageAsync(DescribePageRequest request)
AWSSSMContactsAsync
Lists details of the engagement to a contact channel.
describePageAsync
in interface AWSSSMContactsAsync
public Future<DescribePageResult> describePageAsync(DescribePageRequest request, AsyncHandler<DescribePageRequest,DescribePageResult> asyncHandler)
AWSSSMContactsAsync
Lists details of the engagement to a contact channel.
describePageAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetContactResult> getContactAsync(GetContactRequest request)
AWSSSMContactsAsync
Retrieves information about the specified contact or escalation plan.
getContactAsync
in interface AWSSSMContactsAsync
public Future<GetContactResult> getContactAsync(GetContactRequest request, AsyncHandler<GetContactRequest,GetContactResult> asyncHandler)
AWSSSMContactsAsync
Retrieves information about the specified contact or escalation plan.
getContactAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetContactChannelResult> getContactChannelAsync(GetContactChannelRequest request)
AWSSSMContactsAsync
List details about a specific contact channel.
getContactChannelAsync
in interface AWSSSMContactsAsync
public Future<GetContactChannelResult> getContactChannelAsync(GetContactChannelRequest request, AsyncHandler<GetContactChannelRequest,GetContactChannelResult> asyncHandler)
AWSSSMContactsAsync
List details about a specific contact channel.
getContactChannelAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetContactPolicyResult> getContactPolicyAsync(GetContactPolicyRequest request)
AWSSSMContactsAsync
Retrieves the resource policies attached to the specified contact or escalation plan.
getContactPolicyAsync
in interface AWSSSMContactsAsync
public Future<GetContactPolicyResult> getContactPolicyAsync(GetContactPolicyRequest request, AsyncHandler<GetContactPolicyRequest,GetContactPolicyResult> asyncHandler)
AWSSSMContactsAsync
Retrieves the resource policies attached to the specified contact or escalation plan.
getContactPolicyAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetRotationResult> getRotationAsync(GetRotationRequest request)
AWSSSMContactsAsync
Retrieves information about an on-call rotation.
getRotationAsync
in interface AWSSSMContactsAsync
public Future<GetRotationResult> getRotationAsync(GetRotationRequest request, AsyncHandler<GetRotationRequest,GetRotationResult> asyncHandler)
AWSSSMContactsAsync
Retrieves information about an on-call rotation.
getRotationAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetRotationOverrideResult> getRotationOverrideAsync(GetRotationOverrideRequest request)
AWSSSMContactsAsync
Retrieves information about an override to an on-call rotation.
getRotationOverrideAsync
in interface AWSSSMContactsAsync
public Future<GetRotationOverrideResult> getRotationOverrideAsync(GetRotationOverrideRequest request, AsyncHandler<GetRotationOverrideRequest,GetRotationOverrideResult> asyncHandler)
AWSSSMContactsAsync
Retrieves information about an override to an on-call rotation.
getRotationOverrideAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListContactChannelsResult> listContactChannelsAsync(ListContactChannelsRequest request)
AWSSSMContactsAsync
Lists all contact channels for the specified contact.
listContactChannelsAsync
in interface AWSSSMContactsAsync
public Future<ListContactChannelsResult> listContactChannelsAsync(ListContactChannelsRequest request, AsyncHandler<ListContactChannelsRequest,ListContactChannelsResult> asyncHandler)
AWSSSMContactsAsync
Lists all contact channels for the specified contact.
listContactChannelsAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListContactsResult> listContactsAsync(ListContactsRequest request)
AWSSSMContactsAsync
Lists all contacts and escalation plans in Incident Manager.
listContactsAsync
in interface AWSSSMContactsAsync
public Future<ListContactsResult> listContactsAsync(ListContactsRequest request, AsyncHandler<ListContactsRequest,ListContactsResult> asyncHandler)
AWSSSMContactsAsync
Lists all contacts and escalation plans in Incident Manager.
listContactsAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListEngagementsResult> listEngagementsAsync(ListEngagementsRequest request)
AWSSSMContactsAsync
Lists all engagements that have happened in an incident.
listEngagementsAsync
in interface AWSSSMContactsAsync
public Future<ListEngagementsResult> listEngagementsAsync(ListEngagementsRequest request, AsyncHandler<ListEngagementsRequest,ListEngagementsResult> asyncHandler)
AWSSSMContactsAsync
Lists all engagements that have happened in an incident.
listEngagementsAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListPageReceiptsResult> listPageReceiptsAsync(ListPageReceiptsRequest request)
AWSSSMContactsAsync
Lists all of the engagements to contact channels that have been acknowledged.
listPageReceiptsAsync
in interface AWSSSMContactsAsync
public Future<ListPageReceiptsResult> listPageReceiptsAsync(ListPageReceiptsRequest request, AsyncHandler<ListPageReceiptsRequest,ListPageReceiptsResult> asyncHandler)
AWSSSMContactsAsync
Lists all of the engagements to contact channels that have been acknowledged.
listPageReceiptsAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListPageResolutionsResult> listPageResolutionsAsync(ListPageResolutionsRequest request)
AWSSSMContactsAsync
Returns the resolution path of an engagement. For example, the escalation plan engaged in an incident might target an on-call schedule that includes several contacts in a rotation, but just one contact on-call when the incident starts. The resolution path indicates the hierarchy of escalation plan > on-call schedule > contact.
listPageResolutionsAsync
in interface AWSSSMContactsAsync
public Future<ListPageResolutionsResult> listPageResolutionsAsync(ListPageResolutionsRequest request, AsyncHandler<ListPageResolutionsRequest,ListPageResolutionsResult> asyncHandler)
AWSSSMContactsAsync
Returns the resolution path of an engagement. For example, the escalation plan engaged in an incident might target an on-call schedule that includes several contacts in a rotation, but just one contact on-call when the incident starts. The resolution path indicates the hierarchy of escalation plan > on-call schedule > contact.
listPageResolutionsAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListPagesByContactResult> listPagesByContactAsync(ListPagesByContactRequest request)
AWSSSMContactsAsync
Lists the engagements to a contact's contact channels.
listPagesByContactAsync
in interface AWSSSMContactsAsync
public Future<ListPagesByContactResult> listPagesByContactAsync(ListPagesByContactRequest request, AsyncHandler<ListPagesByContactRequest,ListPagesByContactResult> asyncHandler)
AWSSSMContactsAsync
Lists the engagements to a contact's contact channels.
listPagesByContactAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListPagesByEngagementResult> listPagesByEngagementAsync(ListPagesByEngagementRequest request)
AWSSSMContactsAsync
Lists the engagements to contact channels that occurred by engaging a contact.
listPagesByEngagementAsync
in interface AWSSSMContactsAsync
public Future<ListPagesByEngagementResult> listPagesByEngagementAsync(ListPagesByEngagementRequest request, AsyncHandler<ListPagesByEngagementRequest,ListPagesByEngagementResult> asyncHandler)
AWSSSMContactsAsync
Lists the engagements to contact channels that occurred by engaging a contact.
listPagesByEngagementAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListPreviewRotationShiftsResult> listPreviewRotationShiftsAsync(ListPreviewRotationShiftsRequest request)
AWSSSMContactsAsync
Returns a list of shifts based on rotation configuration parameters.
The Incident Manager primarily uses this operation to populate the Preview calendar. It is not typically run by end users.
listPreviewRotationShiftsAsync
in interface AWSSSMContactsAsync
public Future<ListPreviewRotationShiftsResult> listPreviewRotationShiftsAsync(ListPreviewRotationShiftsRequest request, AsyncHandler<ListPreviewRotationShiftsRequest,ListPreviewRotationShiftsResult> asyncHandler)
AWSSSMContactsAsync
Returns a list of shifts based on rotation configuration parameters.
The Incident Manager primarily uses this operation to populate the Preview calendar. It is not typically run by end users.
listPreviewRotationShiftsAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListRotationOverridesResult> listRotationOverridesAsync(ListRotationOverridesRequest request)
AWSSSMContactsAsync
Retrieves a list of overrides currently specified for an on-call rotation.
listRotationOverridesAsync
in interface AWSSSMContactsAsync
public Future<ListRotationOverridesResult> listRotationOverridesAsync(ListRotationOverridesRequest request, AsyncHandler<ListRotationOverridesRequest,ListRotationOverridesResult> asyncHandler)
AWSSSMContactsAsync
Retrieves a list of overrides currently specified for an on-call rotation.
listRotationOverridesAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListRotationShiftsResult> listRotationShiftsAsync(ListRotationShiftsRequest request)
AWSSSMContactsAsync
Returns a list of shifts generated by an existing rotation in the system.
listRotationShiftsAsync
in interface AWSSSMContactsAsync
public Future<ListRotationShiftsResult> listRotationShiftsAsync(ListRotationShiftsRequest request, AsyncHandler<ListRotationShiftsRequest,ListRotationShiftsResult> asyncHandler)
AWSSSMContactsAsync
Returns a list of shifts generated by an existing rotation in the system.
listRotationShiftsAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListRotationsResult> listRotationsAsync(ListRotationsRequest request)
AWSSSMContactsAsync
Retrieves a list of on-call rotations.
listRotationsAsync
in interface AWSSSMContactsAsync
public Future<ListRotationsResult> listRotationsAsync(ListRotationsRequest request, AsyncHandler<ListRotationsRequest,ListRotationsResult> asyncHandler)
AWSSSMContactsAsync
Retrieves a list of on-call rotations.
listRotationsAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSSSMContactsAsync
Lists the tags of an escalation plan or contact.
listTagsForResourceAsync
in interface AWSSSMContactsAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSSSMContactsAsync
Lists the tags of an escalation plan or contact.
listTagsForResourceAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutContactPolicyResult> putContactPolicyAsync(PutContactPolicyRequest request)
AWSSSMContactsAsync
Adds a resource policy to the specified contact or escalation plan. The resource policy is used to share the contact or escalation plan using Resource Access Manager (RAM). For more information about cross-account sharing, see Setting up cross-account functionality.
putContactPolicyAsync
in interface AWSSSMContactsAsync
public Future<PutContactPolicyResult> putContactPolicyAsync(PutContactPolicyRequest request, AsyncHandler<PutContactPolicyRequest,PutContactPolicyResult> asyncHandler)
AWSSSMContactsAsync
Adds a resource policy to the specified contact or escalation plan. The resource policy is used to share the contact or escalation plan using Resource Access Manager (RAM). For more information about cross-account sharing, see Setting up cross-account functionality.
putContactPolicyAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SendActivationCodeResult> sendActivationCodeAsync(SendActivationCodeRequest request)
AWSSSMContactsAsync
Sends an activation code to a contact channel. The contact can use this code to activate the contact channel in
the console or with the ActivateChannel
operation. Incident Manager can't engage a contact channel
until it has been activated.
sendActivationCodeAsync
in interface AWSSSMContactsAsync
public Future<SendActivationCodeResult> sendActivationCodeAsync(SendActivationCodeRequest request, AsyncHandler<SendActivationCodeRequest,SendActivationCodeResult> asyncHandler)
AWSSSMContactsAsync
Sends an activation code to a contact channel. The contact can use this code to activate the contact channel in
the console or with the ActivateChannel
operation. Incident Manager can't engage a contact channel
until it has been activated.
sendActivationCodeAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartEngagementResult> startEngagementAsync(StartEngagementRequest request)
AWSSSMContactsAsync
Starts an engagement to a contact or escalation plan. The engagement engages each contact specified in the incident.
startEngagementAsync
in interface AWSSSMContactsAsync
public Future<StartEngagementResult> startEngagementAsync(StartEngagementRequest request, AsyncHandler<StartEngagementRequest,StartEngagementResult> asyncHandler)
AWSSSMContactsAsync
Starts an engagement to a contact or escalation plan. The engagement engages each contact specified in the incident.
startEngagementAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StopEngagementResult> stopEngagementAsync(StopEngagementRequest request)
AWSSSMContactsAsync
Stops an engagement before it finishes the final stage of the escalation plan or engagement plan. Further contacts aren't engaged.
stopEngagementAsync
in interface AWSSSMContactsAsync
public Future<StopEngagementResult> stopEngagementAsync(StopEngagementRequest request, AsyncHandler<StopEngagementRequest,StopEngagementResult> asyncHandler)
AWSSSMContactsAsync
Stops an engagement before it finishes the final stage of the escalation plan or engagement plan. Further contacts aren't engaged.
stopEngagementAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSSSMContactsAsync
Tags a contact or escalation plan. You can tag only contacts and escalation plans in the first region of your replication set.
tagResourceAsync
in interface AWSSSMContactsAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSSSMContactsAsync
Tags a contact or escalation plan. You can tag only contacts and escalation plans in the first region of your replication set.
tagResourceAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSSSMContactsAsync
Removes tags from the specified resource.
untagResourceAsync
in interface AWSSSMContactsAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSSSMContactsAsync
Removes tags from the specified resource.
untagResourceAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateContactResult> updateContactAsync(UpdateContactRequest request)
AWSSSMContactsAsync
Updates the contact or escalation plan specified.
updateContactAsync
in interface AWSSSMContactsAsync
public Future<UpdateContactResult> updateContactAsync(UpdateContactRequest request, AsyncHandler<UpdateContactRequest,UpdateContactResult> asyncHandler)
AWSSSMContactsAsync
Updates the contact or escalation plan specified.
updateContactAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateContactChannelResult> updateContactChannelAsync(UpdateContactChannelRequest request)
AWSSSMContactsAsync
Updates a contact's contact channel.
updateContactChannelAsync
in interface AWSSSMContactsAsync
public Future<UpdateContactChannelResult> updateContactChannelAsync(UpdateContactChannelRequest request, AsyncHandler<UpdateContactChannelRequest,UpdateContactChannelResult> asyncHandler)
AWSSSMContactsAsync
Updates a contact's contact channel.
updateContactChannelAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateRotationResult> updateRotationAsync(UpdateRotationRequest request)
AWSSSMContactsAsync
Updates the information specified for an on-call rotation.
updateRotationAsync
in interface AWSSSMContactsAsync
public Future<UpdateRotationResult> updateRotationAsync(UpdateRotationRequest request, AsyncHandler<UpdateRotationRequest,UpdateRotationResult> asyncHandler)
AWSSSMContactsAsync
Updates the information specified for an on-call rotation.
updateRotationAsync
in interface AWSSSMContactsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.