| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListIntentsResponse |
LexModelsV2Client.listIntents(Consumer<ListIntentsRequest.Builder> listIntentsRequest)
Get a list of intents that meet the specified criteria.
|
default ListIntentsResponse |
LexModelsV2Client.listIntents(ListIntentsRequest listIntentsRequest)
Get a list of intents that meet the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListIntentsResponse> |
LexModelsV2AsyncClient.listIntents(Consumer<ListIntentsRequest.Builder> listIntentsRequest)
Get a list of intents that meet the specified criteria.
|
default CompletableFuture<ListIntentsResponse> |
LexModelsV2AsyncClient.listIntents(ListIntentsRequest listIntentsRequest)
Get a list of intents that meet the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListIntentsResponse> |
ListIntentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListIntentsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListIntentsResponse> subscriber) |
Copyright © 2023. All rights reserved.