| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| software.amazon.awssdk.services.lexmodelbuilding.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetIntentVersionsResponse |
LexModelBuildingClient.getIntentVersions(Consumer<GetIntentVersionsRequest.Builder> getIntentVersionsRequest)
Gets information about all of the versions of an intent.
|
default GetIntentVersionsResponse |
LexModelBuildingClient.getIntentVersions(GetIntentVersionsRequest getIntentVersionsRequest)
Gets information about all of the versions of an intent.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetIntentVersionsResponse> |
LexModelBuildingAsyncClient.getIntentVersions(Consumer<GetIntentVersionsRequest.Builder> getIntentVersionsRequest)
Gets information about all of the versions of an intent.
|
default CompletableFuture<GetIntentVersionsResponse> |
LexModelBuildingAsyncClient.getIntentVersions(GetIntentVersionsRequest getIntentVersionsRequest)
Gets information about all of the versions of an intent.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetIntentVersionsResponse> |
GetIntentVersionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetIntentVersionsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetIntentVersionsResponse> subscriber) |
Copyright © 2019. All rights reserved.