Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.CreateExportResponse
-
Packages that use CreateExportResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of CreateExportResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return CreateExportResponse Modifier and Type Method Description default CreateExportResponseLexModelsV2Client. createExport(Consumer<CreateExportRequest.Builder> createExportRequest)Creates a zip archive containing the contents of a bot or a bot locale.default CreateExportResponseLexModelsV2Client. createExport(CreateExportRequest createExportRequest)Creates a zip archive containing the contents of a bot or a bot locale.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type CreateExportResponse Modifier and Type Method Description default CompletableFuture<CreateExportResponse>LexModelsV2AsyncClient. createExport(Consumer<CreateExportRequest.Builder> createExportRequest)Creates a zip archive containing the contents of a bot or a bot locale.default CompletableFuture<CreateExportResponse>LexModelsV2AsyncClient. createExport(CreateExportRequest createExportRequest)Creates a zip archive containing the contents of a bot or a bot locale.
-