| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListBotsResponse |
LexModelsV2Client.listBots(Consumer<ListBotsRequest.Builder> listBotsRequest)
Gets a list of available bots.
|
default ListBotsResponse |
LexModelsV2Client.listBots(ListBotsRequest listBotsRequest)
Gets a list of available bots.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListBotsResponse> |
LexModelsV2AsyncClient.listBots(Consumer<ListBotsRequest.Builder> listBotsRequest)
Gets a list of available bots.
|
default CompletableFuture<ListBotsResponse> |
LexModelsV2AsyncClient.listBots(ListBotsRequest listBotsRequest)
Gets a list of available bots.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListBotsResponse> |
ListBotsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListBotsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListBotsResponse> subscriber) |
Copyright © 2022. All rights reserved.