Uses of Enum Class
cn.herodotus.oss.specification.enums.HttpMethod
Packages that use HttpMethod
Package
Description
-
Uses of HttpMethod in cn.herodotus.oss.specification.arguments.object
Methods in cn.herodotus.oss.specification.arguments.object that return HttpMethodMethods in cn.herodotus.oss.specification.arguments.object with parameters of type HttpMethodModifier and TypeMethodDescriptionvoidGeneratePresignedUrlArguments.setMethod(HttpMethod method) -
Uses of HttpMethod in cn.herodotus.oss.specification.core.repository
Methods in cn.herodotus.oss.specification.core.repository with parameters of type HttpMethodModifier and TypeMethodDescriptiondefault StringOssObjectRepository.generatePresignedUrl(String bucketName, String objectName, Duration expiration, HttpMethod method) 创建预签名 URL -
Uses of HttpMethod in cn.herodotus.oss.specification.enums
Methods in cn.herodotus.oss.specification.enums that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodReturns the enum constant of this class with the specified name.static HttpMethod[]HttpMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.