| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model | |
| com.amazonaws.services.lexmodelsv2.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeExportResult> |
AmazonLexModelsV2AsyncClient.describeExportAsync(DescribeExportRequest request,
AsyncHandler<DescribeExportRequest,DescribeExportResult> asyncHandler) |
Future<DescribeExportResult> |
AmazonLexModelsV2Async.describeExportAsync(DescribeExportRequest describeExportRequest,
AsyncHandler<DescribeExportRequest,DescribeExportResult> asyncHandler)
Gets information about a specific export.
|
Future<DescribeExportResult> |
AbstractAmazonLexModelsV2Async.describeExportAsync(DescribeExportRequest request,
AsyncHandler<DescribeExportRequest,DescribeExportResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeExportRequest |
DescribeExportRequest.clone() |
DescribeExportRequest |
DescribeExportRequest.withExportId(String exportId)
The unique identifier of the export to describe.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeExportRequest> |
AmazonLexModelsV2Waiters.botExportCompleted()
Builds a BotExportCompleted waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeExportResult |
DescribeExportFunction.apply(DescribeExportRequest describeExportRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2025. All rights reserved.