Uses of Class
software.amazon.encryption.s3.materials.KmsDiscoveryKeyring.Builder
-
Packages that use KmsDiscoveryKeyring.Builder Package Description software.amazon.encryption.s3.materials -
-
Uses of KmsDiscoveryKeyring.Builder in software.amazon.encryption.s3.materials
Methods in software.amazon.encryption.s3.materials that return KmsDiscoveryKeyring.Builder Modifier and Type Method Description static KmsDiscoveryKeyring.Builder
KmsDiscoveryKeyring. builder()
protected KmsDiscoveryKeyring.Builder
KmsDiscoveryKeyring.Builder. builder()
KmsDiscoveryKeyring.Builder
KmsDiscoveryKeyring.Builder. kmsClient(software.amazon.awssdk.services.kms.KmsClient kmsClient)
Note that this does NOT create a defensive clone of KmsClient.Constructors in software.amazon.encryption.s3.materials with parameters of type KmsDiscoveryKeyring.Builder Constructor Description KmsDiscoveryKeyring(KmsDiscoveryKeyring.Builder builder)
This keyring will decrypt the object without specifying the KMS key in its configuration.
-