| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetBotVersionsResponse> |
LexModelBuildingAsyncClient.getBotVersions(Consumer<GetBotVersionsRequest.Builder> getBotVersionsRequest)
Gets information about all of the versions of a bot.
|
default GetBotVersionsResponse |
LexModelBuildingClient.getBotVersions(Consumer<GetBotVersionsRequest.Builder> getBotVersionsRequest)
Gets information about all of the versions of a bot.
|
default GetBotVersionsPublisher |
LexModelBuildingAsyncClient.getBotVersionsPaginator(Consumer<GetBotVersionsRequest.Builder> getBotVersionsRequest)
Gets information about all of the versions of a bot.
|
default GetBotVersionsIterable |
LexModelBuildingClient.getBotVersionsPaginator(Consumer<GetBotVersionsRequest.Builder> getBotVersionsRequest)
Gets information about all of the versions of a bot.
|
| Modifier and Type | Method and Description |
|---|---|
static GetBotVersionsRequest.Builder |
GetBotVersionsRequest.builder() |
GetBotVersionsRequest.Builder |
GetBotVersionsRequest.Builder.maxResults(Integer maxResults)
The maximum number of bot versions to return in the response.
|
GetBotVersionsRequest.Builder |
GetBotVersionsRequest.Builder.name(String name)
The name of the bot for which versions should be returned.
|
GetBotVersionsRequest.Builder |
GetBotVersionsRequest.Builder.nextToken(String nextToken)
A pagination token for fetching the next page of bot versions.
|
GetBotVersionsRequest.Builder |
GetBotVersionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBotVersionsRequest.Builder |
GetBotVersionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBotVersionsRequest.Builder |
GetBotVersionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetBotVersionsRequest.Builder> |
GetBotVersionsRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.