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