| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListTestSetRecordsResponse |
LexModelsV2Client.listTestSetRecords(Consumer<ListTestSetRecordsRequest.Builder> listTestSetRecordsRequest)
The list of test set records.
|
default ListTestSetRecordsResponse |
LexModelsV2Client.listTestSetRecords(ListTestSetRecordsRequest listTestSetRecordsRequest)
The list of test set records.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTestSetRecordsResponse> |
LexModelsV2AsyncClient.listTestSetRecords(Consumer<ListTestSetRecordsRequest.Builder> listTestSetRecordsRequest)
The list of test set records.
|
default CompletableFuture<ListTestSetRecordsResponse> |
LexModelsV2AsyncClient.listTestSetRecords(ListTestSetRecordsRequest listTestSetRecordsRequest)
The list of test set records.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTestSetRecordsResponse> |
ListTestSetRecordsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTestSetRecordsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTestSetRecordsResponse> subscriber) |
Copyright © 2023. All rights reserved.