类 MinioBucketEncryptionController
java.lang.Object
cn.herodotus.oss.rest.minio.reactive.controller.MinioBucketEncryptionController
- 所有已实现的接口:
OssController,cn.herodotus.stirrup.web.core.definition.Controller,cn.herodotus.stirrup.web.core.definition.ReactiveController
@RestController
@RequestMapping("/oss/minio/bucket/encryption")
public class MinioBucketEncryptionController
extends Object
implements OssController
Description: Minio 存储桶加密方式接口
- 作者:
- : gengwei.zheng
- Date:
- : 2023/6/6 22:00
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明reactor.core.publisher.Mono<cn.herodotus.stirrup.core.definition.domain.Result<VoidResponse>> delete(cn.herodotus.oss.core.minio.request.bucket.DeleteBucketEncryptionRequest request) reactor.core.publisher.Mono<cn.herodotus.stirrup.core.definition.domain.Result<VoidResponse>> set(cn.herodotus.oss.core.minio.request.bucket.SetBucketEncryptionRequest request) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.herodotus.stirrup.web.core.definition.Controller
getPageInfoMap, result, result, result, result, result, result, result从接口继承的方法 cn.herodotus.oss.rest.minio.reactive.definition.OssController
fromVoid从接口继承的方法 cn.herodotus.stirrup.web.core.definition.ReactiveController
fromList, result
-
构造器详细资料
-
MinioBucketEncryptionController
-
-
方法详细资料
-
set
@Idempotent @PutMapping public reactor.core.publisher.Mono<cn.herodotus.stirrup.core.definition.domain.Result<VoidResponse>> set(@Validated @RequestBody cn.herodotus.oss.core.minio.request.bucket.SetBucketEncryptionRequest request) -
delete
@Idempotent @DeleteMapping public reactor.core.publisher.Mono<cn.herodotus.stirrup.core.definition.domain.Result<VoidResponse>> delete(@Validated @RequestBody cn.herodotus.oss.core.minio.request.bucket.DeleteBucketEncryptionRequest request)
-