| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListBotVersionsResponse |
LexModelsV2Client.listBotVersions(Consumer<ListBotVersionsRequest.Builder> listBotVersionsRequest)
Gets information about all of the versions of a bot.
|
default ListBotVersionsResponse |
LexModelsV2Client.listBotVersions(ListBotVersionsRequest listBotVersionsRequest)
Gets information about all of the versions of a bot.
|
| 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 CompletableFuture<ListBotVersionsResponse> |
LexModelsV2AsyncClient.listBotVersions(ListBotVersionsRequest listBotVersionsRequest)
Gets information about all of the versions of a bot.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListBotVersionsResponse> |
ListBotVersionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListBotVersionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListBotVersionsResponse> subscriber) |
Copyright © 2023. All rights reserved.