| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model | |
| com.amazonaws.services.lexmodelsv2.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeImportResult> |
AmazonLexModelsV2AsyncClient.describeImportAsync(DescribeImportRequest request,
AsyncHandler<DescribeImportRequest,DescribeImportResult> asyncHandler) |
Future<DescribeImportResult> |
AmazonLexModelsV2Async.describeImportAsync(DescribeImportRequest describeImportRequest,
AsyncHandler<DescribeImportRequest,DescribeImportResult> asyncHandler)
Gets information about a specific import.
|
Future<DescribeImportResult> |
AbstractAmazonLexModelsV2Async.describeImportAsync(DescribeImportRequest request,
AsyncHandler<DescribeImportRequest,DescribeImportResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeImportRequest |
DescribeImportRequest.clone() |
DescribeImportRequest |
DescribeImportRequest.withImportId(String importId)
The unique identifier of the import to describe.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeImportRequest> |
AmazonLexModelsV2Waiters.botImportCompleted()
Builds a BotImportCompleted 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 |
|---|---|
DescribeImportResult |
DescribeImportFunction.apply(DescribeImportRequest describeImportRequest)
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.