Uses of Interface
software.amazon.awssdk.services.lexmodelbuilding.model.GetBotChannelAssociationsRequest.Builder
-
Packages that use GetBotChannelAssociationsRequest.Builder Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of GetBotChannelAssociationsRequest.Builder in software.amazon.awssdk.services.lexmodelbuilding
Method parameters in software.amazon.awssdk.services.lexmodelbuilding with type arguments of type GetBotChannelAssociationsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetBotChannelAssociationsResponse>LexModelBuildingAsyncClient. getBotChannelAssociations(Consumer<GetBotChannelAssociationsRequest.Builder> getBotChannelAssociationsRequest)Returns a list of all of the channels associated with the specified bot.default GetBotChannelAssociationsResponseLexModelBuildingClient. getBotChannelAssociations(Consumer<GetBotChannelAssociationsRequest.Builder> getBotChannelAssociationsRequest)Returns a list of all of the channels associated with the specified bot.default GetBotChannelAssociationsPublisherLexModelBuildingAsyncClient. getBotChannelAssociationsPaginator(Consumer<GetBotChannelAssociationsRequest.Builder> getBotChannelAssociationsRequest)Returns a list of all of the channels associated with the specified bot.default GetBotChannelAssociationsIterableLexModelBuildingClient. getBotChannelAssociationsPaginator(Consumer<GetBotChannelAssociationsRequest.Builder> getBotChannelAssociationsRequest)Returns a list of all of the channels associated with the specified bot. -
Uses of GetBotChannelAssociationsRequest.Builder in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return GetBotChannelAssociationsRequest.Builder Modifier and Type Method Description GetBotChannelAssociationsRequest.BuilderGetBotChannelAssociationsRequest.Builder. botAlias(String botAlias)An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.GetBotChannelAssociationsRequest.BuilderGetBotChannelAssociationsRequest.Builder. botName(String botName)The name of the Amazon Lex bot in the association.static GetBotChannelAssociationsRequest.BuilderGetBotChannelAssociationsRequest. builder()GetBotChannelAssociationsRequest.BuilderGetBotChannelAssociationsRequest.Builder. maxResults(Integer maxResults)The maximum number of associations to return in the response.GetBotChannelAssociationsRequest.BuilderGetBotChannelAssociationsRequest.Builder. nameContains(String nameContains)Substring to match in channel association names.GetBotChannelAssociationsRequest.BuilderGetBotChannelAssociationsRequest.Builder. nextToken(String nextToken)A pagination token for fetching the next page of associations.GetBotChannelAssociationsRequest.BuilderGetBotChannelAssociationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBotChannelAssociationsRequest.BuilderGetBotChannelAssociationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBotChannelAssociationsRequest.BuilderGetBotChannelAssociationsRequest. toBuilder()Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type GetBotChannelAssociationsRequest.Builder Modifier and Type Method Description static Class<? extends GetBotChannelAssociationsRequest.Builder>GetBotChannelAssociationsRequest. serializableBuilderClass()
-