| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
ChatChannel |
ChatChannel.clone() |
ChatChannel |
UpdateResponsePlanRequest.getChatChannel()
The Chatbot chat channel used for collaboration during an incident.
|
ChatChannel |
UpdateIncidentRecordRequest.getChatChannel()
The Chatbot chat channel where responders can collaborate.
|
ChatChannel |
GetResponsePlanResult.getChatChannel()
The Chatbot chat channel used for collaboration during an incident.
|
ChatChannel |
CreateResponsePlanRequest.getChatChannel()
The Chatbot chat channel used for collaboration during an incident.
|
ChatChannel |
IncidentRecord.getChatChannel()
The chat channel used for collaboration during an incident.
|
ChatChannel |
ChatChannel.withChatbotSns(Collection<String> chatbotSns)
The Amazon SNS targets that Chatbot uses to notify the chat channel of updates to an incident.
|
ChatChannel |
ChatChannel.withChatbotSns(String... chatbotSns)
The Amazon SNS targets that Chatbot uses to notify the chat channel of updates to an incident.
|
ChatChannel |
ChatChannel.withEmpty(EmptyChatChannel empty)
Used to remove the chat channel from an incident record or response plan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateResponsePlanRequest.setChatChannel(ChatChannel chatChannel)
The Chatbot chat channel used for collaboration during an incident.
|
void |
UpdateIncidentRecordRequest.setChatChannel(ChatChannel chatChannel)
The Chatbot chat channel where responders can collaborate.
|
void |
GetResponsePlanResult.setChatChannel(ChatChannel chatChannel)
The Chatbot chat channel used for collaboration during an incident.
|
void |
CreateResponsePlanRequest.setChatChannel(ChatChannel chatChannel)
The Chatbot chat channel used for collaboration during an incident.
|
void |
IncidentRecord.setChatChannel(ChatChannel chatChannel)
The chat channel used for collaboration during an incident.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withChatChannel(ChatChannel chatChannel)
The Chatbot chat channel used for collaboration during an incident.
|
UpdateIncidentRecordRequest |
UpdateIncidentRecordRequest.withChatChannel(ChatChannel chatChannel)
The Chatbot chat channel where responders can collaborate.
|
GetResponsePlanResult |
GetResponsePlanResult.withChatChannel(ChatChannel chatChannel)
The Chatbot chat channel used for collaboration during an incident.
|
CreateResponsePlanRequest |
CreateResponsePlanRequest.withChatChannel(ChatChannel chatChannel)
The Chatbot chat channel used for collaboration during an incident.
|
IncidentRecord |
IncidentRecord.withChatChannel(ChatChannel chatChannel)
The chat channel used for collaboration during an incident.
|
Copyright © 2024. All rights reserved.