All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.qcloud.cos.model.SSECOSKeyManagementParamsProvider Maven / Gradle / Ivy

The newest version!
package com.qcloud.cos.model;

/**
 * Implemented by classes that support the option of using SSE with COS Key
 * Management System.
 */
public interface SSECOSKeyManagementParamsProvider {
    /**
     * Returns the optional SSECOSKeyManagementParams to use to encrypt the
     * uploaded object.
     *
     * @return The optional SSECOSKeyManagementParams to use to encrypt the
     *         uploaded object.
     */
    public SSECOSKeyManagementParams getSSECOSKeyManagementParams();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy