| 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 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 DeleteReplicationSetResponse |
SsmIncidentsClient.deleteReplicationSet(Consumer<DeleteReplicationSetRequest.Builder> deleteReplicationSetRequest)
Deletes all Regions in your replication set.
|
default DeleteReplicationSetResponse |
SsmIncidentsClient.deleteReplicationSet(DeleteReplicationSetRequest deleteReplicationSetRequest)
Deletes all Regions in your replication set.
|
default DeleteResourcePolicyResponse |
SsmIncidentsClient.deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder> deleteResourcePolicyRequest)
Deletes the resource policy that Resource Access Manager uses to share your Incident Manager resource.
|
default DeleteResourcePolicyResponse |
SsmIncidentsClient.deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest)
Deletes the resource policy that Resource Access Manager uses to share your Incident Manager resource.
|
default GetIncidentRecordResponse |
SsmIncidentsClient.getIncidentRecord(Consumer<GetIncidentRecordRequest.Builder> getIncidentRecordRequest)
Returns the details for the specified incident record.
|
default GetIncidentRecordResponse |
SsmIncidentsClient.getIncidentRecord(GetIncidentRecordRequest getIncidentRecordRequest)
Returns the details for the specified incident record.
|
default GetReplicationSetResponse |
SsmIncidentsClient.getReplicationSet(Consumer<GetReplicationSetRequest.Builder> getReplicationSetRequest)
Retrieve your Incident Manager replication set.
|
default GetReplicationSetResponse |
SsmIncidentsClient.getReplicationSet(GetReplicationSetRequest getReplicationSetRequest)
Retrieve your Incident Manager replication set.
|
default GetResourcePoliciesResponse |
SsmIncidentsClient.getResourcePolicies(Consumer<GetResourcePoliciesRequest.Builder> getResourcePoliciesRequest)
Retrieves the resource policies attached to the specified response plan.
|
default GetResourcePoliciesResponse |
SsmIncidentsClient.getResourcePolicies(GetResourcePoliciesRequest getResourcePoliciesRequest)
Retrieves the resource policies attached to the specified response plan.
|
default GetResourcePoliciesIterable |
SsmIncidentsClient.getResourcePoliciesPaginator(Consumer<GetResourcePoliciesRequest.Builder> getResourcePoliciesRequest)
Retrieves the resource policies attached to the specified response plan.
|
default GetResourcePoliciesIterable |
SsmIncidentsClient.getResourcePoliciesPaginator(GetResourcePoliciesRequest getResourcePoliciesRequest)
Retrieves the resource policies attached to the specified response plan.
|
default GetResponsePlanResponse |
SsmIncidentsClient.getResponsePlan(Consumer<GetResponsePlanRequest.Builder> getResponsePlanRequest)
Retrieves the details of the specified response plan.
|
default GetResponsePlanResponse |
SsmIncidentsClient.getResponsePlan(GetResponsePlanRequest getResponsePlanRequest)
Retrieves the details of the specified response plan.
|
default GetTimelineEventResponse |
SsmIncidentsClient.getTimelineEvent(Consumer<GetTimelineEventRequest.Builder> getTimelineEventRequest)
Retrieves a timeline event based on its ID and incident record.
|
default GetTimelineEventResponse |
SsmIncidentsClient.getTimelineEvent(GetTimelineEventRequest getTimelineEventRequest)
Retrieves a timeline event based on its ID and incident record.
|
default ListTagsForResourceResponse |
SsmIncidentsClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists the tags that are attached to the specified response plan.
|
default ListTagsForResourceResponse |
SsmIncidentsClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags that are attached to the specified response plan.
|
default PutResourcePolicyResponse |
SsmIncidentsClient.putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest)
Adds a resource policy to the specified response plan.
|
default PutResourcePolicyResponse |
SsmIncidentsClient.putResourcePolicy(PutResourcePolicyRequest putResourcePolicyRequest)
Adds a resource policy to the specified response plan.
|
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 UpdateDeletionProtectionResponse |
SsmIncidentsClient.updateDeletionProtection(Consumer<UpdateDeletionProtectionRequest.Builder> updateDeletionProtectionRequest)
Update deletion protection to either allow or deny deletion of the final Region in a replication set.
|
default UpdateDeletionProtectionResponse |
SsmIncidentsClient.updateDeletionProtection(UpdateDeletionProtectionRequest updateDeletionProtectionRequest)
Update deletion protection to either allow or deny deletion of the final Region in a replication set.
|
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.