com.netease.cloud.services.nos.model.MaterialsDescriptionProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nos-sdk-java-publiccloud Show documentation
Show all versions of nos-sdk-java-publiccloud Show documentation
nos java sdk to the Central Repository
The newest version!
package com.netease.cloud.services.nos.model;
import java.util.Map;
/**
* Interface for providing MaterialsDescription.
*/
public interface MaterialsDescriptionProvider {
/**
* Returns an unmodifiable view of the MaterialsDescription which the caller
* can use to load EncryptionMaterials from any {@link EncryptionMaterialsAccessor}
* @return materials description.
*/
public Map getMaterialsDescription();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy