Uses of Enum Class
org.bremersee.minio.DeleteMode
-
Uses of DeleteMode in org.bremersee.minio
Methods in org.bremersee.minio that return DeleteModeModifier and TypeMethodDescriptionstatic DeleteModeReturns the enum constant of this class with the specified name.static DeleteMode[]DeleteMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bremersee.minio with parameters of type DeleteModeModifier and TypeMethodDescriptionOptional<io.minio.ObjectWriteResponse> MinioRepository.save(MinioObjectId id, org.springframework.web.multipart.MultipartFile multipartFile, DeleteMode deleteMode) Save multipart file.Optional<io.minio.ObjectWriteResponse> MinioRepositoryImpl.save(MinioObjectId id, org.springframework.web.multipart.MultipartFile multipartFile, DeleteMode deleteMode) default io.minio.ObjectWriteResponseMinioOperations.uploadObject(io.minio.UploadObjectArgs args, DeleteMode deleteMode) Uploads data from a file to an object.