| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListBotRecommendationsResponse |
LexModelsV2Client.listBotRecommendations(Consumer<ListBotRecommendationsRequest.Builder> listBotRecommendationsRequest)
Get a list of bot recommendations that meet the specified criteria.
|
default ListBotRecommendationsResponse |
LexModelsV2Client.listBotRecommendations(ListBotRecommendationsRequest listBotRecommendationsRequest)
Get a list of bot recommendations that meet the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListBotRecommendationsResponse> |
LexModelsV2AsyncClient.listBotRecommendations(Consumer<ListBotRecommendationsRequest.Builder> listBotRecommendationsRequest)
Get a list of bot recommendations that meet the specified criteria.
|
default CompletableFuture<ListBotRecommendationsResponse> |
LexModelsV2AsyncClient.listBotRecommendations(ListBotRecommendationsRequest listBotRecommendationsRequest)
Get a list of bot recommendations that meet the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListBotRecommendationsResponse> |
ListBotRecommendationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListBotRecommendationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListBotRecommendationsResponse> subscriber) |
Copyright © 2023. All rights reserved.