| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model | |
| com.amazonaws.services.lexmodelsv2.waiters |
| Modifier and Type | Method and Description |
|---|---|
DescribeImportResult |
AmazonLexModelsV2Client.describeImport(DescribeImportRequest request)
Gets information about a specific import.
|
DescribeImportResult |
AbstractAmazonLexModelsV2.describeImport(DescribeImportRequest request) |
DescribeImportResult |
AmazonLexModelsV2.describeImport(DescribeImportRequest describeImportRequest)
Gets information about a specific import.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeImportResult> |
AbstractAmazonLexModelsV2Async.describeImportAsync(DescribeImportRequest request,
AsyncHandler<DescribeImportRequest,DescribeImportResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeImportResult |
DescribeImportResult.clone() |
DescribeImportResult |
DescribeImportResult.withCreationDateTime(Date creationDateTime)
The date and time that the import was created.
|
DescribeImportResult |
DescribeImportResult.withFailureReasons(Collection<String> failureReasons)
If the
importStatus field is Failed, this provides one or more reasons for the failure. |
DescribeImportResult |
DescribeImportResult.withFailureReasons(String... failureReasons)
If the
importStatus field is Failed, this provides one or more reasons for the failure. |
DescribeImportResult |
DescribeImportResult.withImportedResourceId(String importedResourceId)
The unique identifier that Amazon Lex assigned to the resource created by the import.
|
DescribeImportResult |
DescribeImportResult.withImportedResourceName(String importedResourceName)
The name of the imported resource.
|
DescribeImportResult |
DescribeImportResult.withImportId(String importId)
The unique identifier of the described import.
|
DescribeImportResult |
DescribeImportResult.withImportStatus(ImportStatus importStatus)
The status of the import process.
|
DescribeImportResult |
DescribeImportResult.withImportStatus(String importStatus)
The status of the import process.
|
DescribeImportResult |
DescribeImportResult.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the import was last updated.
|
DescribeImportResult |
DescribeImportResult.withMergeStrategy(MergeStrategy mergeStrategy)
The strategy used when there was a name conflict between the imported resource and an existing resource.
|
DescribeImportResult |
DescribeImportResult.withMergeStrategy(String mergeStrategy)
The strategy used when there was a name conflict between the imported resource and an existing resource.
|
DescribeImportResult |
DescribeImportResult.withResourceSpecification(ImportResourceSpecification resourceSpecification)
The specifications of the imported bot, bot locale, or custom vocabulary.
|
| 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.