Uses of Class
software.amazon.encryption.s3.materials.MaterialsDescription
-
Packages that use MaterialsDescription Package Description software.amazon.encryption.s3.materials -
-
Uses of MaterialsDescription in software.amazon.encryption.s3.materials
Fields in software.amazon.encryption.s3.materials declared as MaterialsDescription Modifier and Type Field Description protected MaterialsDescription
RawKeyring. _materialsDescription
protected MaterialsDescription
RawKeyring.Builder. _materialsDescription
Methods in software.amazon.encryption.s3.materials that return MaterialsDescription Modifier and Type Method Description MaterialsDescription
MaterialsDescription.Builder. build()
MaterialsDescription
EncryptionMaterials. materialsDescription()
Methods in software.amazon.encryption.s3.materials with parameters of type MaterialsDescription Modifier and Type Method Description EncryptionMaterials.Builder
EncryptionMaterials.Builder. materialsDescription(MaterialsDescription materialsDescription)
BuilderT
RawKeyring.Builder. materialsDescription(MaterialsDescription materialsDescription)
Sets the materials description for this keyring.
-