| 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 CompletableFuture<GetSlotTypesResponse> |
LexModelBuildingAsyncClient.getSlotTypes(GetSlotTypesRequest getSlotTypesRequest)
Returns slot type information as follows:
|
default GetSlotTypesResponse |
LexModelBuildingClient.getSlotTypes(GetSlotTypesRequest getSlotTypesRequest)
Returns slot type information as follows:
|
default GetSlotTypesPublisher |
LexModelBuildingAsyncClient.getSlotTypesPaginator(GetSlotTypesRequest getSlotTypesRequest)
Returns slot type information as follows:
|
default GetSlotTypesIterable |
LexModelBuildingClient.getSlotTypesPaginator(GetSlotTypesRequest getSlotTypesRequest)
Returns slot type information as follows:
|
| Constructor and Description |
|---|
GetSlotTypesIterable(LexModelBuildingClient client,
GetSlotTypesRequest firstRequest) |
GetSlotTypesPublisher(LexModelBuildingAsyncClient client,
GetSlotTypesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetSlotTypesRequestMarshaller.marshall(GetSlotTypesRequest getSlotTypesRequest) |
Copyright © 2023. All rights reserved.