Uses of Enum Class
org.apache.camel.component.minio.MinioOperations
-
Uses of MinioOperations in org.apache.camel.component.minio
Methods in org.apache.camel.component.minio that return MinioOperationsModifier and TypeMethodDescriptionMinioConfiguration.getOperation()static MinioOperationsReturns the enum constant of this class with the specified name.static MinioOperations[]MinioOperations.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.minio with parameters of type MinioOperationsModifier and TypeMethodDescriptionvoidMinioConfiguration.setOperation(MinioOperations operation) The operation to do in case the user don't want to do only an upload.