Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetBotChannelAssociationsRequest
-
Packages that use GetBotChannelAssociationsRequest Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.paginators software.amazon.awssdk.services.lexmodelbuilding.transform -
-
Uses of GetBotChannelAssociationsRequest in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding with parameters of type GetBotChannelAssociationsRequest Modifier and Type Method Description default CompletableFuture<GetBotChannelAssociationsResponse>LexModelBuildingAsyncClient. getBotChannelAssociations(GetBotChannelAssociationsRequest 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.default GetBotChannelAssociationsPublisherLexModelBuildingAsyncClient. getBotChannelAssociationsPaginator(GetBotChannelAssociationsRequest getBotChannelAssociationsRequest)default GetBotChannelAssociationsIterableLexModelBuildingClient. getBotChannelAssociationsPaginator(GetBotChannelAssociationsRequest getBotChannelAssociationsRequest) -
Uses of GetBotChannelAssociationsRequest in software.amazon.awssdk.services.lexmodelbuilding.paginators
Constructors in software.amazon.awssdk.services.lexmodelbuilding.paginators with parameters of type GetBotChannelAssociationsRequest Constructor Description GetBotChannelAssociationsIterable(LexModelBuildingClient client, GetBotChannelAssociationsRequest firstRequest)GetBotChannelAssociationsPublisher(LexModelBuildingAsyncClient client, GetBotChannelAssociationsRequest firstRequest) -
Uses of GetBotChannelAssociationsRequest in software.amazon.awssdk.services.lexmodelbuilding.transform
Methods in software.amazon.awssdk.services.lexmodelbuilding.transform with parameters of type GetBotChannelAssociationsRequest Modifier and Type Method Description SdkHttpFullRequestGetBotChannelAssociationsRequestMarshaller. marshall(GetBotChannelAssociationsRequest getBotChannelAssociationsRequest)
-