| 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.
|
| software.amazon.awssdk.services.ssmincidents.model |
| 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 CompletableFuture<CreateResponsePlanResponse> |
SsmIncidentsAsyncClient.createResponsePlan(Consumer<CreateResponsePlanRequest.Builder> createResponsePlanRequest)
Creates a response plan that automates the initial response to incidents.
|
| Modifier and Type | Method and Description |
|---|---|
CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.Builder.actions(Action... actions)
The actions that the response plan starts at the beginning of an incident.
|
CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.Builder.actions(Collection<Action> actions)
The actions that the response plan starts at the beginning of an incident.
|
CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.Builder.actions(Consumer<Action.Builder>... actions)
The actions that the response plan starts at the beginning of an incident.
|
static CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.builder() |
CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.Builder.chatChannel(ChatChannel chatChannel)
The Chatbot chat channel used for collaboration during an incident.
|
default CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.Builder.chatChannel(Consumer<ChatChannel.Builder> chatChannel)
The Chatbot chat channel used for collaboration during an incident.
|
CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.Builder.clientToken(String clientToken)
A token ensuring that the operation is called only once with the specified details.
|
CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.Builder.displayName(String displayName)
The long format of the response plan name.
|
CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.Builder.engagements(Collection<String> engagements)
The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an
incident.
|
CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.Builder.engagements(String... engagements)
The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an
incident.
|
default CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.Builder.incidentTemplate(Consumer<IncidentTemplate.Builder> incidentTemplate)
Details used to create an incident when using this response plan.
|
CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.Builder.incidentTemplate(IncidentTemplate incidentTemplate)
Details used to create an incident when using this response plan.
|
CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.Builder.integrations(Collection<Integration> integrations)
Information about third-party services integrated into the response plan.
|
CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.Builder.integrations(Consumer<Integration.Builder>... integrations)
Information about third-party services integrated into the response plan.
|
CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.Builder.integrations(Integration... integrations)
Information about third-party services integrated into the response plan.
|
CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.Builder.name(String name)
The short format name of the response plan.
|
CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.Builder.tags(Map<String,String> tags)
A list of tags that you are adding to the response plan.
|
CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateResponsePlanRequest.Builder> |
CreateResponsePlanRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.