| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| software.amazon.awssdk.services.lexmodelbuilding.paginators | |
| software.amazon.awssdk.services.lexmodelbuilding.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetIntentsResponse |
LexModelBuildingClient.getIntents(GetIntentsRequest getIntentsRequest)
Returns intent information as follows:
|
default CompletableFuture<GetIntentsResponse> |
LexModelBuildingAsyncClient.getIntents(GetIntentsRequest getIntentsRequest)
Returns intent information as follows:
|
default GetIntentsIterable |
LexModelBuildingClient.getIntentsPaginator(GetIntentsRequest getIntentsRequest)
Returns intent information as follows:
|
default GetIntentsPublisher |
LexModelBuildingAsyncClient.getIntentsPaginator(GetIntentsRequest getIntentsRequest)
Returns intent information as follows:
|
| Constructor and Description |
|---|
GetIntentsIterable(LexModelBuildingClient client,
GetIntentsRequest firstRequest) |
GetIntentsPublisher(LexModelBuildingAsyncClient client,
GetIntentsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetIntentsRequestMarshaller.marshall(GetIntentsRequest getIntentsRequest) |
Copyright © 2022. All rights reserved.