| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents |
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 CreateReplicationSetResponse |
SsmIncidentsClient.createReplicationSet(Consumer<CreateReplicationSetRequest.Builder> createReplicationSetRequest)
A replication set replicates and encrypts your data to the provided Regions with the provided KMS key.
|
default CreateReplicationSetResponse |
SsmIncidentsClient.createReplicationSet(CreateReplicationSetRequest createReplicationSetRequest)
A replication set replicates and encrypts your data to the provided Regions with the provided KMS key.
|
default CreateResponsePlanResponse |
SsmIncidentsClient.createResponsePlan(Consumer<CreateResponsePlanRequest.Builder> createResponsePlanRequest)
Creates a response plan that automates the initial response to incidents.
|
default CreateResponsePlanResponse |
SsmIncidentsClient.createResponsePlan(CreateResponsePlanRequest createResponsePlanRequest)
Creates a response plan that automates the initial response to incidents.
|
default CreateTimelineEventResponse |
SsmIncidentsClient.createTimelineEvent(Consumer<CreateTimelineEventRequest.Builder> createTimelineEventRequest)
Creates a custom timeline event on the incident details page of an incident record.
|
default CreateTimelineEventResponse |
SsmIncidentsClient.createTimelineEvent(CreateTimelineEventRequest createTimelineEventRequest)
Creates a custom timeline event on the incident details page of an incident record.
|
default StartIncidentResponse |
SsmIncidentsClient.startIncident(Consumer<StartIncidentRequest.Builder> startIncidentRequest)
Used to start an incident from CloudWatch alarms, EventBridge events, or manually.
|
default StartIncidentResponse |
SsmIncidentsClient.startIncident(StartIncidentRequest startIncidentRequest)
Used to start an incident from CloudWatch alarms, EventBridge events, or manually.
|
default TagResourceResponse |
SsmIncidentsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds a tag to a response plan.
|
default TagResourceResponse |
SsmIncidentsClient.tagResource(TagResourceRequest tagResourceRequest)
Adds a tag to a response plan.
|
default UntagResourceResponse |
SsmIncidentsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes a tag from a resource.
|
default UntagResourceResponse |
SsmIncidentsClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes a tag from a resource.
|
default UpdateIncidentRecordResponse |
SsmIncidentsClient.updateIncidentRecord(Consumer<UpdateIncidentRecordRequest.Builder> updateIncidentRecordRequest)
Update the details of an incident record.
|
default UpdateIncidentRecordResponse |
SsmIncidentsClient.updateIncidentRecord(UpdateIncidentRecordRequest updateIncidentRecordRequest)
Update the details of an incident record.
|
default UpdateRelatedItemsResponse |
SsmIncidentsClient.updateRelatedItems(Consumer<UpdateRelatedItemsRequest.Builder> updateRelatedItemsRequest)
Add or remove related items from the related items tab of an incident record.
|
default UpdateRelatedItemsResponse |
SsmIncidentsClient.updateRelatedItems(UpdateRelatedItemsRequest updateRelatedItemsRequest)
Add or remove related items from the related items tab of an incident record.
|
default UpdateReplicationSetResponse |
SsmIncidentsClient.updateReplicationSet(Consumer<UpdateReplicationSetRequest.Builder> updateReplicationSetRequest)
Add or delete Regions from your replication set.
|
default UpdateReplicationSetResponse |
SsmIncidentsClient.updateReplicationSet(UpdateReplicationSetRequest updateReplicationSetRequest)
Add or delete Regions from your replication set.
|
default UpdateResponsePlanResponse |
SsmIncidentsClient.updateResponsePlan(Consumer<UpdateResponsePlanRequest.Builder> updateResponsePlanRequest)
Updates the specified response plan.
|
default UpdateResponsePlanResponse |
SsmIncidentsClient.updateResponsePlan(UpdateResponsePlanRequest updateResponsePlanRequest)
Updates the specified response plan.
|
default UpdateTimelineEventResponse |
SsmIncidentsClient.updateTimelineEvent(Consumer<UpdateTimelineEventRequest.Builder> updateTimelineEventRequest)
Updates a timeline event.
|
default UpdateTimelineEventResponse |
SsmIncidentsClient.updateTimelineEvent(UpdateTimelineEventRequest updateTimelineEventRequest)
Updates a timeline event.
|
Copyright © 2023. All rights reserved.