| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListSlotsResponse |
LexModelsV2Client.listSlots(Consumer<ListSlotsRequest.Builder> listSlotsRequest)
Gets a list of slots that match the specified criteria.
|
default ListSlotsResponse |
LexModelsV2Client.listSlots(ListSlotsRequest listSlotsRequest)
Gets a list of slots that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSlotsResponse> |
LexModelsV2AsyncClient.listSlots(Consumer<ListSlotsRequest.Builder> listSlotsRequest)
Gets a list of slots that match the specified criteria.
|
default CompletableFuture<ListSlotsResponse> |
LexModelsV2AsyncClient.listSlots(ListSlotsRequest listSlotsRequest)
Gets a list of slots that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSlotsResponse> |
ListSlotsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSlotsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSlotsResponse> subscriber) |
Copyright © 2021. All rights reserved.