| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListExportsResponse |
LexModelsV2Client.listExports(Consumer<ListExportsRequest.Builder> listExportsRequest)
Lists the exports for a bot or bot locale.
|
default ListExportsResponse |
LexModelsV2Client.listExports(ListExportsRequest listExportsRequest)
Lists the exports for a bot or bot locale.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListExportsResponse> |
LexModelsV2AsyncClient.listExports(Consumer<ListExportsRequest.Builder> listExportsRequest)
Lists the exports for a bot or bot locale.
|
default CompletableFuture<ListExportsResponse> |
LexModelsV2AsyncClient.listExports(ListExportsRequest listExportsRequest)
Lists the exports for a bot or bot locale.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListExportsResponse> |
ListExportsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListExportsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListExportsResponse> subscriber) |
Copyright © 2021. All rights reserved.