Uses of Interface
software.amazon.awssdk.services.chatbot.model.ListMicrosoftTeamsChannelConfigurationsRequest.Builder
-
Packages that use ListMicrosoftTeamsChannelConfigurationsRequest.Builder Package Description software.amazon.awssdk.services.chatbot The AWS Chatbot API Reference provides descriptions, API request parameters, and the XML response for each of the AWS Chatbot API actions.software.amazon.awssdk.services.chatbot.model -
-
Uses of ListMicrosoftTeamsChannelConfigurationsRequest.Builder in software.amazon.awssdk.services.chatbot
-
Uses of ListMicrosoftTeamsChannelConfigurationsRequest.Builder in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return ListMicrosoftTeamsChannelConfigurationsRequest.Builder Modifier and Type Method Description static ListMicrosoftTeamsChannelConfigurationsRequest.BuilderListMicrosoftTeamsChannelConfigurationsRequest. builder()ListMicrosoftTeamsChannelConfigurationsRequest.BuilderListMicrosoftTeamsChannelConfigurationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to include in the response.ListMicrosoftTeamsChannelConfigurationsRequest.BuilderListMicrosoftTeamsChannelConfigurationsRequest.Builder. nextToken(String nextToken)An optional token returned from a prior request.ListMicrosoftTeamsChannelConfigurationsRequest.BuilderListMicrosoftTeamsChannelConfigurationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMicrosoftTeamsChannelConfigurationsRequest.BuilderListMicrosoftTeamsChannelConfigurationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListMicrosoftTeamsChannelConfigurationsRequest.BuilderListMicrosoftTeamsChannelConfigurationsRequest.Builder. teamId(String teamId)The ID of the Microsoft Teams authorized with AWS Chatbot.ListMicrosoftTeamsChannelConfigurationsRequest.BuilderListMicrosoftTeamsChannelConfigurationsRequest. toBuilder()Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type ListMicrosoftTeamsChannelConfigurationsRequest.Builder Modifier and Type Method Description static Class<? extends ListMicrosoftTeamsChannelConfigurationsRequest.Builder>ListMicrosoftTeamsChannelConfigurationsRequest. serializableBuilderClass()
-