Uses of Class
software.amazon.encryption.s3.materials.RawKeyMaterial.Builder
-
Packages that use RawKeyMaterial.Builder Package Description software.amazon.encryption.s3.materials -
-
Uses of RawKeyMaterial.Builder in software.amazon.encryption.s3.materials
Methods in software.amazon.encryption.s3.materials that return RawKeyMaterial.Builder Modifier and Type Method Description static <T> RawKeyMaterial.Builder<T>RawKeyMaterial. builder()RawKeyMaterial.Builder<T>RawKeyMaterial.Builder. keyMaterial(T keyMaterial)Sets the key material.RawKeyMaterial.Builder<T>RawKeyMaterial.Builder. materialsDescription(MaterialsDescription materialsDescription)Sets the materials description for this raw key material.
-