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.materialsMethods in software.amazon.encryption.s3.materials that return KmsDiscoveryKeyring.Builder Modifier and Type Method Description static KmsDiscoveryKeyring.BuilderKmsDiscoveryKeyring. builder()protected KmsDiscoveryKeyring.BuilderKmsDiscoveryKeyring.Builder. builder()KmsDiscoveryKeyring.BuilderKmsDiscoveryKeyring.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.
 
-