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.materials
Methods in software.amazon.encryption.s3.materials that return KmsKeyring.Builder Modifier and Type Method Description static KmsKeyring.Builder
KmsKeyring. builder()
protected KmsKeyring.Builder
KmsKeyring.Builder. builder()
KmsKeyring.Builder
KmsKeyring.Builder. kmsClient(software.amazon.awssdk.services.kms.KmsClient kmsClient)
Note that this does NOT create a defensive clone of KmsClient.KmsKeyring.Builder
KmsKeyring.Builder. wrappingKeyId(String wrappingKeyId)
Constructors in software.amazon.encryption.s3.materials with parameters of type KmsKeyring.Builder Constructor Description KmsKeyring(KmsKeyring.Builder builder)
-