Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.UpdateExportResponse
-
Packages that use UpdateExportResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of UpdateExportResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return UpdateExportResponse Modifier and Type Method Description default UpdateExportResponseLexModelsV2Client. updateExport(Consumer<UpdateExportRequest.Builder> updateExportRequest)Updates the password used to protect an export zip archive.default UpdateExportResponseLexModelsV2Client. updateExport(UpdateExportRequest updateExportRequest)Updates the password used to protect an export zip archive.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type UpdateExportResponse Modifier and Type Method Description default CompletableFuture<UpdateExportResponse>LexModelsV2AsyncClient. updateExport(Consumer<UpdateExportRequest.Builder> updateExportRequest)Updates the password used to protect an export zip archive.default CompletableFuture<UpdateExportResponse>LexModelsV2AsyncClient. updateExport(UpdateExportRequest updateExportRequest)Updates the password used to protect an export zip archive.
-