| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| software.amazon.awssdk.services.lexmodelbuilding.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetIntentsResponse |
LexModelBuildingClient.getIntents()
Returns intent information as follows:
|
default GetIntentsResponse |
LexModelBuildingClient.getIntents(Consumer<GetIntentsRequest.Builder> getIntentsRequest)
Returns intent information as follows:
|
default GetIntentsResponse |
LexModelBuildingClient.getIntents(GetIntentsRequest getIntentsRequest)
Returns intent information as follows:
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetIntentsResponse> |
LexModelBuildingAsyncClient.getIntents()
Returns intent information as follows:
|
default CompletableFuture<GetIntentsResponse> |
LexModelBuildingAsyncClient.getIntents(Consumer<GetIntentsRequest.Builder> getIntentsRequest)
Returns intent information as follows:
|
default CompletableFuture<GetIntentsResponse> |
LexModelBuildingAsyncClient.getIntents(GetIntentsRequest getIntentsRequest)
Returns intent information as follows:
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetIntentsResponse> |
GetIntentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetIntentsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetIntentsResponse> subscriber) |
Copyright © 2023. All rights reserved.