| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| software.amazon.awssdk.services.lexmodelbuilding.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetSlotTypesResponse |
LexModelBuildingClient.getSlotTypes()
Returns slot type information as follows:
|
default GetSlotTypesResponse |
LexModelBuildingClient.getSlotTypes(Consumer<GetSlotTypesRequest.Builder> getSlotTypesRequest)
Returns slot type information as follows:
|
default GetSlotTypesResponse |
LexModelBuildingClient.getSlotTypes(GetSlotTypesRequest getSlotTypesRequest)
Returns slot type information as follows:
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetSlotTypesResponse> |
LexModelBuildingAsyncClient.getSlotTypes()
Returns slot type information as follows:
|
default CompletableFuture<GetSlotTypesResponse> |
LexModelBuildingAsyncClient.getSlotTypes(Consumer<GetSlotTypesRequest.Builder> getSlotTypesRequest)
Returns slot type information as follows:
|
default CompletableFuture<GetSlotTypesResponse> |
LexModelBuildingAsyncClient.getSlotTypes(GetSlotTypesRequest getSlotTypesRequest)
Returns slot type information as follows:
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetSlotTypesResponse> |
GetSlotTypesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetSlotTypesPublisher.subscribe(org.reactivestreams.Subscriber<? super GetSlotTypesResponse> subscriber) |
Copyright © 2019. All rights reserved.