| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
static EmptyChatChannel.Builder |
EmptyChatChannel.builder() |
EmptyChatChannel.Builder |
EmptyChatChannel.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EmptyChatChannel.Builder> |
EmptyChatChannel.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ChatChannel.Builder |
ChatChannel.Builder.empty(Consumer<EmptyChatChannel.Builder> empty)
Used to remove the chat channel from an incident record or response plan.
|
static ChatChannel |
ChatChannel.fromEmpty(Consumer<EmptyChatChannel.Builder> empty)
Create an instance of this class with
ChatChannel.empty() initialized to the given value. |
Copyright © 2023. All rights reserved.