| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| software.amazon.awssdk.services.lexmodelbuilding.paginators | |
| software.amazon.awssdk.services.lexmodelbuilding.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetBotChannelAssociationsResponse |
LexModelBuildingClient.getBotChannelAssociations(GetBotChannelAssociationsRequest 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.
|
default GetBotChannelAssociationsIterable |
LexModelBuildingClient.getBotChannelAssociationsPaginator(GetBotChannelAssociationsRequest getBotChannelAssociationsRequest)
Returns a list of all of the channels associated with the specified bot.
|
default GetBotChannelAssociationsPublisher |
LexModelBuildingAsyncClient.getBotChannelAssociationsPaginator(GetBotChannelAssociationsRequest getBotChannelAssociationsRequest)
Returns a list of all of the channels associated with the specified bot.
|
| Constructor and Description |
|---|
GetBotChannelAssociationsIterable(LexModelBuildingClient client,
GetBotChannelAssociationsRequest firstRequest) |
GetBotChannelAssociationsPublisher(LexModelBuildingAsyncClient client,
GetBotChannelAssociationsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetBotChannelAssociationsRequestMarshaller.marshall(GetBotChannelAssociationsRequest getBotChannelAssociationsRequest) |
Copyright © 2021. All rights reserved.