| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| Modifier and Type | Method and Description |
|---|---|
default GetImportResponse |
LexModelBuildingClient.getImport(Consumer<GetImportRequest.Builder> getImportRequest)
Gets information about an import job started with the
StartImport operation. |
default GetImportResponse |
LexModelBuildingClient.getImport(GetImportRequest getImportRequest)
Gets information about an import job started with the
StartImport operation. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetImportResponse> |
LexModelBuildingAsyncClient.getImport(Consumer<GetImportRequest.Builder> getImportRequest)
Gets information about an import job started with the
StartImport operation. |
default CompletableFuture<GetImportResponse> |
LexModelBuildingAsyncClient.getImport(GetImportRequest getImportRequest)
Gets information about an import job started with the
StartImport operation. |
Copyright © 2022. All rights reserved.