Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.StartImportResponse
-
Packages that use StartImportResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of StartImportResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return StartImportResponse Modifier and Type Method Description default StartImportResponseLexModelsV2Client. startImport(Consumer<StartImportRequest.Builder> startImportRequest)Starts importing a bot, bot locale, or custom vocabulary from a zip archive that you uploaded to an S3 bucket.default StartImportResponseLexModelsV2Client. startImport(StartImportRequest startImportRequest)Starts importing a bot, bot locale, or custom vocabulary from a zip archive that you uploaded to an S3 bucket.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type StartImportResponse Modifier and Type Method Description default CompletableFuture<StartImportResponse>LexModelsV2AsyncClient. startImport(Consumer<StartImportRequest.Builder> startImportRequest)Starts importing a bot, bot locale, or custom vocabulary from a zip archive that you uploaded to an S3 bucket.default CompletableFuture<StartImportResponse>LexModelsV2AsyncClient. startImport(StartImportRequest startImportRequest)Starts importing a bot, bot locale, or custom vocabulary from a zip archive that you uploaded to an S3 bucket.
-