类 MinioObjectLegalHoldController
java.lang.Object
cn.herodotus.oss.minio.rest.controller.MinioObjectLegalHoldController
- 所有已实现的接口:
cn.herodotus.engine.rest.core.controller.Controller
@RestController
@RequestMapping("/oss/minio/object/legal-hold")
public class MinioObjectLegalHoldController
extends Object
implements cn.herodotus.engine.rest.core.controller.Controller
Description: Minio 对象LegalHold管理接口
- 作者:
- : gengwei.zheng
- Date:
- : 2023/6/11 10:14
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明cn.herodotus.engine.assistant.core.domain.Result<Boolean>disable(DisableObjectLegalHoldRequest request) cn.herodotus.engine.assistant.core.domain.Result<Boolean>enable(EnableObjectLegalHoldRequest request) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.herodotus.engine.rest.core.controller.Controller
getPageInfoMap, getPageInfoMap, result, result, result, result, result, result, result
-
构造器详细资料
-
MinioObjectLegalHoldController
-
-
方法详细资料
-
enable
@Idempotent @PutMapping("/enable") public cn.herodotus.engine.assistant.core.domain.Result<Boolean> enable(@Validated @RequestBody EnableObjectLegalHoldRequest request) -
disable
@Idempotent @PutMapping("/disable") public cn.herodotus.engine.assistant.core.domain.Result<Boolean> disable(@Validated @RequestBody DisableObjectLegalHoldRequest request)
-