Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.DeleteExportResponse
-
Packages that use DeleteExportResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of DeleteExportResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return DeleteExportResponse Modifier and Type Method Description default DeleteExportResponseLexModelsV2Client. deleteExport(Consumer<DeleteExportRequest.Builder> deleteExportRequest)Removes a previous export and the associated files stored in an S3 bucket.default DeleteExportResponseLexModelsV2Client. deleteExport(DeleteExportRequest deleteExportRequest)Removes a previous export and the associated files stored in an S3 bucket.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type DeleteExportResponse Modifier and Type Method Description default CompletableFuture<DeleteExportResponse>LexModelsV2AsyncClient. deleteExport(Consumer<DeleteExportRequest.Builder> deleteExportRequest)Removes a previous export and the associated files stored in an S3 bucket.default CompletableFuture<DeleteExportResponse>LexModelsV2AsyncClient. deleteExport(DeleteExportRequest deleteExportRequest)Removes a previous export and the associated files stored in an S3 bucket.
-