| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
GetImportResult |
AmazonLexModelBuildingClient.getImport(GetImportRequest request)
Gets information about an import job started with the
StartImport operation. |
GetImportResult |
AmazonLexModelBuilding.getImport(GetImportRequest getImportRequest)
Gets information about an import job started with the
StartImport operation. |
GetImportResult |
AbstractAmazonLexModelBuilding.getImport(GetImportRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetImportResult> |
AbstractAmazonLexModelBuildingAsync.getImportAsync(GetImportRequest request) |
Future<GetImportResult> |
AmazonLexModelBuildingAsync.getImportAsync(GetImportRequest getImportRequest)
Gets information about an import job started with the
StartImport operation. |
Future<GetImportResult> |
AmazonLexModelBuildingAsyncClient.getImportAsync(GetImportRequest request) |
Future<GetImportResult> |
AbstractAmazonLexModelBuildingAsync.getImportAsync(GetImportRequest request,
AsyncHandler<GetImportRequest,GetImportResult> asyncHandler) |
Future<GetImportResult> |
AmazonLexModelBuildingAsync.getImportAsync(GetImportRequest getImportRequest,
AsyncHandler<GetImportRequest,GetImportResult> asyncHandler)
Gets information about an import job started with the
StartImport operation. |
Future<GetImportResult> |
AmazonLexModelBuildingAsyncClient.getImportAsync(GetImportRequest request,
AsyncHandler<GetImportRequest,GetImportResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetImportResult> |
AbstractAmazonLexModelBuildingAsync.getImportAsync(GetImportRequest request,
AsyncHandler<GetImportRequest,GetImportResult> asyncHandler) |
Future<GetImportResult> |
AmazonLexModelBuildingAsync.getImportAsync(GetImportRequest getImportRequest,
AsyncHandler<GetImportRequest,GetImportResult> asyncHandler)
Gets information about an import job started with the
StartImport operation. |
Future<GetImportResult> |
AmazonLexModelBuildingAsyncClient.getImportAsync(GetImportRequest request,
AsyncHandler<GetImportRequest,GetImportResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetImportResult |
GetImportResult.clone() |
GetImportResult |
GetImportResult.withCreatedDate(Date createdDate)
A timestamp for the date and time that the import job was created.
|
GetImportResult |
GetImportResult.withFailureReason(Collection<String> failureReason)
A string that describes why an import job failed to complete.
|
GetImportResult |
GetImportResult.withFailureReason(String... failureReason)
A string that describes why an import job failed to complete.
|
GetImportResult |
GetImportResult.withImportId(String importId)
The identifier for the specific import job.
|
GetImportResult |
GetImportResult.withImportStatus(ImportStatus importStatus)
The status of the import job.
|
GetImportResult |
GetImportResult.withImportStatus(String importStatus)
The status of the import job.
|
GetImportResult |
GetImportResult.withMergeStrategy(MergeStrategy mergeStrategy)
The action taken when there was a conflict between an existing resource and a resource in the import file.
|
GetImportResult |
GetImportResult.withMergeStrategy(String mergeStrategy)
The action taken when there was a conflict between an existing resource and a resource in the import file.
|
GetImportResult |
GetImportResult.withName(String name)
The name given to the import job.
|
GetImportResult |
GetImportResult.withResourceType(ResourceType resourceType)
The type of resource imported.
|
GetImportResult |
GetImportResult.withResourceType(String resourceType)
The type of resource imported.
|
Copyright © 2023. All rights reserved.