Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetBotChannelAssociationsResponse
-
Packages that use GetBotChannelAssociationsResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.paginators -
-
Uses of GetBotChannelAssociationsResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return GetBotChannelAssociationsResponse Modifier and Type Method Description default GetBotChannelAssociationsResponseLexModelBuildingClient. getBotChannelAssociations(Consumer<GetBotChannelAssociationsRequest.Builder> getBotChannelAssociationsRequest)Returns a list of all of the channels associated with the specified bot.default GetBotChannelAssociationsResponseLexModelBuildingClient. getBotChannelAssociations(GetBotChannelAssociationsRequest getBotChannelAssociationsRequest)Returns a list of all of the channels associated with the specified bot.Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type GetBotChannelAssociationsResponse 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 CompletableFuture<GetBotChannelAssociationsResponse>LexModelBuildingAsyncClient. getBotChannelAssociations(GetBotChannelAssociationsRequest getBotChannelAssociationsRequest)Returns a list of all of the channels associated with the specified bot. -
Uses of GetBotChannelAssociationsResponse in software.amazon.awssdk.services.lexmodelbuilding.paginators
Methods in software.amazon.awssdk.services.lexmodelbuilding.paginators that return types with arguments of type GetBotChannelAssociationsResponse Modifier and Type Method Description Iterator<GetBotChannelAssociationsResponse>GetBotChannelAssociationsIterable. iterator()Method parameters in software.amazon.awssdk.services.lexmodelbuilding.paginators with type arguments of type GetBotChannelAssociationsResponse Modifier and Type Method Description voidGetBotChannelAssociationsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetBotChannelAssociationsResponse> subscriber)
-