| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| 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 CompletableFuture<GetBotChannelAssociationsResponse> |
LexModelBuildingAsyncClient.getBotChannelAssociations(Consumer<GetBotChannelAssociationsRequest.Builder> getBotChannelAssociationsRequest)
Returns a list of all of the channels associated with the specified bot.
|
default GetBotChannelAssociationsIterable |
LexModelBuildingClient.getBotChannelAssociationsPaginator(Consumer<GetBotChannelAssociationsRequest.Builder> getBotChannelAssociationsRequest)
Returns a list of all of the channels associated with the specified bot.
|
default GetBotChannelAssociationsPublisher |
LexModelBuildingAsyncClient.getBotChannelAssociationsPaginator(Consumer<GetBotChannelAssociationsRequest.Builder> getBotChannelAssociationsRequest)
Returns a list of all of the channels associated with the specified bot.
|
| Modifier and Type | Method and Description |
|---|---|
GetBotChannelAssociationsRequest.Builder |
GetBotChannelAssociationsRequest.Builder.botAlias(String botAlias)
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
|
GetBotChannelAssociationsRequest.Builder |
GetBotChannelAssociationsRequest.Builder.botName(String botName)
The name of the Amazon Lex bot in the association.
|
static GetBotChannelAssociationsRequest.Builder |
GetBotChannelAssociationsRequest.builder() |
GetBotChannelAssociationsRequest.Builder |
GetBotChannelAssociationsRequest.Builder.maxResults(Integer maxResults)
The maximum number of associations to return in the response.
|
GetBotChannelAssociationsRequest.Builder |
GetBotChannelAssociationsRequest.Builder.nameContains(String nameContains)
Substring to match in channel association names.
|
GetBotChannelAssociationsRequest.Builder |
GetBotChannelAssociationsRequest.Builder.nextToken(String nextToken)
A pagination token for fetching the next page of associations.
|
GetBotChannelAssociationsRequest.Builder |
GetBotChannelAssociationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBotChannelAssociationsRequest.Builder |
GetBotChannelAssociationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBotChannelAssociationsRequest.Builder |
GetBotChannelAssociationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetBotChannelAssociationsRequest.Builder> |
GetBotChannelAssociationsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.