| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| software.amazon.awssdk.services.lexmodelbuilding.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetBotVersionsResponse |
LexModelBuildingClient.getBotVersions(Consumer<GetBotVersionsRequest.Builder> getBotVersionsRequest)
Gets information about all of the versions of a bot.
|
default GetBotVersionsResponse |
LexModelBuildingClient.getBotVersions(GetBotVersionsRequest getBotVersionsRequest)
Gets information about all of the versions of a bot.
|
| 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 CompletableFuture<GetBotVersionsResponse> |
LexModelBuildingAsyncClient.getBotVersions(GetBotVersionsRequest getBotVersionsRequest)
Gets information about all of the versions of a bot.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetBotVersionsResponse> |
GetBotVersionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetBotVersionsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetBotVersionsResponse> subscriber) |
Copyright © 2023. All rights reserved.