| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListBotVersionsResponse> |
LexModelsV2AsyncClient.listBotVersions(Consumer<ListBotVersionsRequest.Builder> listBotVersionsRequest)
Gets information about all of the versions of a bot.
|
default ListBotVersionsResponse |
LexModelsV2Client.listBotVersions(Consumer<ListBotVersionsRequest.Builder> listBotVersionsRequest)
Gets information about all of the versions of a bot.
|
default ListBotVersionsPublisher |
LexModelsV2AsyncClient.listBotVersionsPaginator(Consumer<ListBotVersionsRequest.Builder> listBotVersionsRequest)
Gets information about all of the versions of a bot.
|
default ListBotVersionsIterable |
LexModelsV2Client.listBotVersionsPaginator(Consumer<ListBotVersionsRequest.Builder> listBotVersionsRequest)
Gets information about all of the versions of a bot.
|
| Modifier and Type | Method and Description |
|---|---|
ListBotVersionsRequest.Builder |
ListBotVersionsRequest.Builder.botId(String botId)
The identifier of the bot to list versions for.
|
static ListBotVersionsRequest.Builder |
ListBotVersionsRequest.builder() |
ListBotVersionsRequest.Builder |
ListBotVersionsRequest.Builder.maxResults(Integer maxResults)
The maximum number of versions to return in each page of results.
|
ListBotVersionsRequest.Builder |
ListBotVersionsRequest.Builder.nextToken(String nextToken)
If the response to the
ListBotVersion operation contains more results than specified in the
maxResults parameter, a token is returned in the response. |
ListBotVersionsRequest.Builder |
ListBotVersionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBotVersionsRequest.Builder |
ListBotVersionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListBotVersionsRequest.Builder |
ListBotVersionsRequest.Builder.sortBy(BotVersionSortBy sortBy)
Specifies sorting parameters for the list of versions.
|
default ListBotVersionsRequest.Builder |
ListBotVersionsRequest.Builder.sortBy(Consumer<BotVersionSortBy.Builder> sortBy)
Specifies sorting parameters for the list of versions.
|
ListBotVersionsRequest.Builder |
ListBotVersionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListBotVersionsRequest.Builder> |
ListBotVersionsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.