Uses of Class
software.amazon.awssdk.services.chatbot.model.SlackWorkspace
-
Packages that use SlackWorkspace Package Description software.amazon.awssdk.services.chatbot.model software.amazon.awssdk.services.chatbot.paginators -
-
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. -
Uses of SlackWorkspace in software.amazon.awssdk.services.chatbot.paginators
Methods in software.amazon.awssdk.services.chatbot.paginators that return types with arguments of type SlackWorkspace Modifier and Type Method Description SdkIterable<SlackWorkspace>DescribeSlackWorkspacesIterable. slackWorkspaces()Returns an iterable to iterate through the paginatedDescribeSlackWorkspacesResponse.slackWorkspaces()member.SdkPublisher<SlackWorkspace>DescribeSlackWorkspacesPublisher. slackWorkspaces()Returns a publisher that can be used to get a stream of data.
-