| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListSlotTypesResponse |
LexModelsV2Client.listSlotTypes(Consumer<ListSlotTypesRequest.Builder> listSlotTypesRequest)
Gets a list of slot types that match the specified criteria.
|
default ListSlotTypesResponse |
LexModelsV2Client.listSlotTypes(ListSlotTypesRequest listSlotTypesRequest)
Gets a list of slot types that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSlotTypesResponse> |
LexModelsV2AsyncClient.listSlotTypes(Consumer<ListSlotTypesRequest.Builder> listSlotTypesRequest)
Gets a list of slot types that match the specified criteria.
|
default CompletableFuture<ListSlotTypesResponse> |
LexModelsV2AsyncClient.listSlotTypes(ListSlotTypesRequest listSlotTypesRequest)
Gets a list of slot types that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSlotTypesResponse> |
ListSlotTypesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSlotTypesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSlotTypesResponse> subscriber) |
Copyright © 2023. All rights reserved.