| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| software.amazon.awssdk.services.lexmodelbuilding.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetSlotTypeVersionsResponse |
LexModelBuildingClient.getSlotTypeVersions(Consumer<GetSlotTypeVersionsRequest.Builder> getSlotTypeVersionsRequest)
Gets information about all versions of a slot type.
|
default GetSlotTypeVersionsResponse |
LexModelBuildingClient.getSlotTypeVersions(GetSlotTypeVersionsRequest getSlotTypeVersionsRequest)
Gets information about all versions of a slot type.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetSlotTypeVersionsResponse> |
LexModelBuildingAsyncClient.getSlotTypeVersions(Consumer<GetSlotTypeVersionsRequest.Builder> getSlotTypeVersionsRequest)
Gets information about all versions of a slot type.
|
default CompletableFuture<GetSlotTypeVersionsResponse> |
LexModelBuildingAsyncClient.getSlotTypeVersions(GetSlotTypeVersionsRequest getSlotTypeVersionsRequest)
Gets information about all versions of a slot type.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetSlotTypeVersionsResponse> |
GetSlotTypeVersionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetSlotTypeVersionsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetSlotTypeVersionsResponse> subscriber) |
Copyright © 2021. All rights reserved.