Uses of Class
software.amazon.awssdk.services.chatbot.model.SlackWorkspace
-
Packages that use SlackWorkspace Package Description software.amazon.awssdk.services.chatbot.model -
-
Uses of SlackWorkspace in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type SlackWorkspace Modifier and Type Method Description List<SlackWorkspace>DescribeSlackWorkspacesResponse. slackWorkspaces()A list of Slack Workspaces registered with AWS Chatbot.Methods in software.amazon.awssdk.services.chatbot.model with parameters of type SlackWorkspace Modifier and Type Method Description DescribeSlackWorkspacesResponse.BuilderDescribeSlackWorkspacesResponse.Builder. slackWorkspaces(SlackWorkspace... slackWorkspaces)A list of Slack Workspaces registered with AWS Chatbot.Method parameters in software.amazon.awssdk.services.chatbot.model with type arguments of type SlackWorkspace Modifier and Type Method Description DescribeSlackWorkspacesResponse.BuilderDescribeSlackWorkspacesResponse.Builder. slackWorkspaces(Collection<SlackWorkspace> slackWorkspaces)A list of Slack Workspaces registered with AWS Chatbot.
-