| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateResponsePlanResult> |
AWSSSMIncidentsAsyncClient.createResponsePlanAsync(CreateResponsePlanRequest request,
AsyncHandler<CreateResponsePlanRequest,CreateResponsePlanResult> asyncHandler) |
Future<CreateResponsePlanResult> |
AWSSSMIncidentsAsync.createResponsePlanAsync(CreateResponsePlanRequest createResponsePlanRequest,
AsyncHandler<CreateResponsePlanRequest,CreateResponsePlanResult> asyncHandler)
Creates a response plan that automates the initial response to incidents.
|
Future<CreateResponsePlanResult> |
AbstractAWSSSMIncidentsAsync.createResponsePlanAsync(CreateResponsePlanRequest request,
AsyncHandler<CreateResponsePlanRequest,CreateResponsePlanResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateResponsePlanRequest |
CreateResponsePlanRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateResponsePlanRequest |
CreateResponsePlanRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateResponsePlanRequest |
CreateResponsePlanRequest.clone() |
CreateResponsePlanRequest |
CreateResponsePlanRequest.withActions(Action... actions)
The actions that the response plan starts at the beginning of an incident.
|
CreateResponsePlanRequest |
CreateResponsePlanRequest.withActions(Collection<Action> actions)
The actions that the response plan starts at the beginning of an incident.
|
CreateResponsePlanRequest |
CreateResponsePlanRequest.withChatChannel(ChatChannel chatChannel)
The Chatbot chat channel used for collaboration during an incident.
|
CreateResponsePlanRequest |
CreateResponsePlanRequest.withClientToken(String clientToken)
A token ensuring that the operation is called only once with the specified details.
|
CreateResponsePlanRequest |
CreateResponsePlanRequest.withDisplayName(String displayName)
The long format of the response plan name.
|
CreateResponsePlanRequest |
CreateResponsePlanRequest.withEngagements(Collection<String> engagements)
The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an
incident.
|
CreateResponsePlanRequest |
CreateResponsePlanRequest.withEngagements(String... engagements)
The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an
incident.
|
CreateResponsePlanRequest |
CreateResponsePlanRequest.withIncidentTemplate(IncidentTemplate incidentTemplate)
Details used to create an incident when using this response plan.
|
CreateResponsePlanRequest |
CreateResponsePlanRequest.withIntegrations(Collection<Integration> integrations)
Information about third-party services integrated into the response plan.
|
CreateResponsePlanRequest |
CreateResponsePlanRequest.withIntegrations(Integration... integrations)
Information about third-party services integrated into the response plan.
|
CreateResponsePlanRequest |
CreateResponsePlanRequest.withName(String name)
The short format name of the response plan.
|
CreateResponsePlanRequest |
CreateResponsePlanRequest.withTags(Map<String,String> tags)
A list of tags that you are adding to the response plan.
|
Copyright © 2023. All rights reserved.