Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetImportResponse
-
Packages that use GetImportResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions -
-
Uses of GetImportResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return GetImportResponse Modifier and Type Method Description default GetImportResponseLexModelBuildingClient. getImport(Consumer<GetImportRequest.Builder> getImportRequest)Gets information about an import job started with theStartImportoperation.default GetImportResponseLexModelBuildingClient. getImport(GetImportRequest getImportRequest)Gets information about an import job started with theStartImportoperation.Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type GetImportResponse Modifier and Type Method Description default CompletableFuture<GetImportResponse>LexModelBuildingAsyncClient. getImport(Consumer<GetImportRequest.Builder> getImportRequest)Gets information about an import job started with theStartImportoperation.default CompletableFuture<GetImportResponse>LexModelBuildingAsyncClient. getImport(GetImportRequest getImportRequest)Gets information about an import job started with theStartImportoperation.
-