| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default ListBotsResponse |
LexModelsV2Client.listBots(Consumer<ListBotsRequest.Builder> listBotsRequest)
Gets a list of available bots.
|
default CompletableFuture<ListBotsResponse> |
LexModelsV2AsyncClient.listBots(Consumer<ListBotsRequest.Builder> listBotsRequest)
Gets a list of available bots.
|
default ListBotsIterable |
LexModelsV2Client.listBotsPaginator(Consumer<ListBotsRequest.Builder> listBotsRequest)
Gets a list of available bots.
|
default ListBotsPublisher |
LexModelsV2AsyncClient.listBotsPaginator(Consumer<ListBotsRequest.Builder> listBotsRequest)
Gets a list of available bots.
|
| Modifier and Type | Method and Description |
|---|---|
static ListBotsRequest.Builder |
ListBotsRequest.builder() |
ListBotsRequest.Builder |
ListBotsRequest.Builder.filters(BotFilter... filters)
Provides the specification of a filter used to limit the bots in the response to only those that match the
filter specification.
|
ListBotsRequest.Builder |
ListBotsRequest.Builder.filters(Collection<BotFilter> filters)
Provides the specification of a filter used to limit the bots in the response to only those that match the
filter specification.
|
ListBotsRequest.Builder |
ListBotsRequest.Builder.filters(Consumer<BotFilter.Builder>... filters)
Provides the specification of a filter used to limit the bots in the response to only those that match the
filter specification.
|
ListBotsRequest.Builder |
ListBotsRequest.Builder.maxResults(Integer maxResults)
The maximum number of bots to return in each page of results.
|
ListBotsRequest.Builder |
ListBotsRequest.Builder.nextToken(String nextToken)
If the response from the
ListBots operation contains more results than specified in the
maxResults parameter, a token is returned in the response. |
ListBotsRequest.Builder |
ListBotsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBotsRequest.Builder |
ListBotsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListBotsRequest.Builder |
ListBotsRequest.Builder.sortBy(BotSortBy sortBy)
Specifies sorting parameters for the list of bots.
|
default ListBotsRequest.Builder |
ListBotsRequest.Builder.sortBy(Consumer<BotSortBy.Builder> sortBy)
Specifies sorting parameters for the list of bots.
|
ListBotsRequest.Builder |
ListBotsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListBotsRequest.Builder> |
ListBotsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.