| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListImportsResponse |
LexModelsV2Client.listImports(Consumer<ListImportsRequest.Builder> listImportsRequest)
Lists the imports for a bot or bot locale.
|
default ListImportsResponse |
LexModelsV2Client.listImports(ListImportsRequest listImportsRequest)
Lists the imports for a bot or bot locale.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListImportsResponse> |
LexModelsV2AsyncClient.listImports(Consumer<ListImportsRequest.Builder> listImportsRequest)
Lists the imports for a bot or bot locale.
|
default CompletableFuture<ListImportsResponse> |
LexModelsV2AsyncClient.listImports(ListImportsRequest listImportsRequest)
Lists the imports for a bot or bot locale.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListImportsResponse> |
ListImportsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListImportsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListImportsResponse> subscriber) |
Copyright © 2021. All rights reserved.