| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListBuiltInSlotTypesResponse |
LexModelsV2Client.listBuiltInSlotTypes(Consumer<ListBuiltInSlotTypesRequest.Builder> listBuiltInSlotTypesRequest)
Gets a list of built-in slot types that meet the specified criteria.
|
default ListBuiltInSlotTypesResponse |
LexModelsV2Client.listBuiltInSlotTypes(ListBuiltInSlotTypesRequest listBuiltInSlotTypesRequest)
Gets a list of built-in slot types that meet the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListBuiltInSlotTypesResponse> |
LexModelsV2AsyncClient.listBuiltInSlotTypes(Consumer<ListBuiltInSlotTypesRequest.Builder> listBuiltInSlotTypesRequest)
Gets a list of built-in slot types that meet the specified criteria.
|
default CompletableFuture<ListBuiltInSlotTypesResponse> |
LexModelsV2AsyncClient.listBuiltInSlotTypes(ListBuiltInSlotTypesRequest listBuiltInSlotTypesRequest)
Gets a list of built-in slot types that meet the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListBuiltInSlotTypesResponse> |
ListBuiltInSlotTypesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListBuiltInSlotTypesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListBuiltInSlotTypesResponse> subscriber) |
Copyright © 2021. All rights reserved.