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