| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListTestSetsResponse |
LexModelsV2Client.listTestSets(Consumer<ListTestSetsRequest.Builder> listTestSetsRequest)
The list of the test sets
|
default ListTestSetsResponse |
LexModelsV2Client.listTestSets(ListTestSetsRequest listTestSetsRequest)
The list of the test sets
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTestSetsResponse> |
LexModelsV2AsyncClient.listTestSets(Consumer<ListTestSetsRequest.Builder> listTestSetsRequest)
The list of the test sets
|
default CompletableFuture<ListTestSetsResponse> |
LexModelsV2AsyncClient.listTestSets(ListTestSetsRequest listTestSetsRequest)
The list of the test sets
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTestSetsResponse> |
ListTestSetsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTestSetsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTestSetsResponse> subscriber) |
Copyright © 2023. All rights reserved.