Uses of Class
software.amazon.encryption.s3.materials.KmsKeyring.Builder
- 
Packages that use KmsKeyring.Builder Package Description software.amazon.encryption.s3.materials 
- 
- 
Uses of KmsKeyring.Builder in software.amazon.encryption.s3.materialsMethods in software.amazon.encryption.s3.materials that return KmsKeyring.Builder Modifier and Type Method Description static KmsKeyring.BuilderKmsKeyring. builder()protected KmsKeyring.BuilderKmsKeyring.Builder. builder()KmsKeyring.BuilderKmsKeyring.Builder. kmsClient(software.amazon.awssdk.services.kms.KmsClient kmsClient)Note that this does NOT create a defensive clone of KmsClient.KmsKeyring.BuilderKmsKeyring.Builder. wrappingKeyId(String wrappingKeyId)Constructors in software.amazon.encryption.s3.materials with parameters of type KmsKeyring.Builder Constructor Description KmsKeyring(KmsKeyring.Builder builder)
 
-