Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.KmsKeyConfiguration
-
Packages that use KmsKeyConfiguration Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of KmsKeyConfiguration in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return KmsKeyConfiguration Modifier and Type Method Description KmsKeyConfigurationConfiguration. kmsKey()The access control configuration is for a KMS key.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type KmsKeyConfiguration Modifier and Type Method Description static ConfigurationConfiguration. fromKmsKey(KmsKeyConfiguration kmsKey)Create an instance of this class withConfiguration.kmsKey()initialized to the given value.Configuration.BuilderConfiguration.Builder. kmsKey(KmsKeyConfiguration kmsKey)The access control configuration is for a KMS key.
-