| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| software.amazon.awssdk.services.lexmodelbuilding.paginators | |
| software.amazon.awssdk.services.lexmodelbuilding.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetBotVersionsResponse |
LexModelBuildingClient.getBotVersions(GetBotVersionsRequest getBotVersionsRequest)
Gets information about all of the versions of a bot.
|
default CompletableFuture<GetBotVersionsResponse> |
LexModelBuildingAsyncClient.getBotVersions(GetBotVersionsRequest getBotVersionsRequest)
Gets information about all of the versions of a bot.
|
default GetBotVersionsIterable |
LexModelBuildingClient.getBotVersionsPaginator(GetBotVersionsRequest getBotVersionsRequest)
Gets information about all of the versions of a bot.
|
default GetBotVersionsPublisher |
LexModelBuildingAsyncClient.getBotVersionsPaginator(GetBotVersionsRequest getBotVersionsRequest)
Gets information about all of the versions of a bot.
|
| Constructor and Description |
|---|
GetBotVersionsIterable(LexModelBuildingClient client,
GetBotVersionsRequest firstRequest) |
GetBotVersionsPublisher(LexModelBuildingAsyncClient client,
GetBotVersionsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetBotVersionsRequestMarshaller.marshall(GetBotVersionsRequest getBotVersionsRequest) |
Copyright © 2023. All rights reserved.