| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
ChatChannel |
CreateResponsePlanRequest.chatChannel()
The Chatbot chat channel used for collaboration during an incident.
|
ChatChannel |
UpdateIncidentRecordRequest.chatChannel()
The Chatbot chat channel where responders can collaborate.
|
ChatChannel |
UpdateResponsePlanRequest.chatChannel()
The Chatbot chat channel used for collaboration during an incident.
|
ChatChannel |
IncidentRecord.chatChannel()
The chat channel used for collaboration during an incident.
|
ChatChannel |
GetResponsePlanResponse.chatChannel()
The Chatbot chat channel used for collaboration during an incident.
|
static ChatChannel |
ChatChannel.fromChatbotSns(List<String> chatbotSns)
Create an instance of this class with
chatbotSns() initialized to the given value. |
static ChatChannel |
ChatChannel.fromEmpty(Consumer<EmptyChatChannel.Builder> empty)
Create an instance of this class with
empty() initialized to the given value. |
static ChatChannel |
ChatChannel.fromEmpty(EmptyChatChannel empty)
Create an instance of this class with
empty() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.Builder.chatChannel(ChatChannel chatChannel)
The Chatbot chat channel used for collaboration during an incident.
|
UpdateIncidentRecordRequest.Builder |
UpdateIncidentRecordRequest.Builder.chatChannel(ChatChannel chatChannel)
The Chatbot chat channel where responders can collaborate.
|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.chatChannel(ChatChannel chatChannel)
The Chatbot chat channel used for collaboration during an incident.
|
IncidentRecord.Builder |
IncidentRecord.Builder.chatChannel(ChatChannel chatChannel)
The chat channel used for collaboration during an incident.
|
GetResponsePlanResponse.Builder |
GetResponsePlanResponse.Builder.chatChannel(ChatChannel chatChannel)
The Chatbot chat channel used for collaboration during an incident.
|
Copyright © 2023. All rights reserved.