| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| software.amazon.awssdk.services.lexmodelbuilding.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetBotChannelAssociationsResponse |
LexModelBuildingClient.getBotChannelAssociations(Consumer<GetBotChannelAssociationsRequest.Builder> getBotChannelAssociationsRequest)
Returns a list of all of the channels associated with the specified bot.
|
default GetBotChannelAssociationsResponse |
LexModelBuildingClient.getBotChannelAssociations(GetBotChannelAssociationsRequest getBotChannelAssociationsRequest)
Returns a list of all of the channels associated with the specified bot.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetBotChannelAssociationsResponse> |
GetBotChannelAssociationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetBotChannelAssociationsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetBotChannelAssociationsResponse> subscriber) |
Copyright © 2021. All rights reserved.