Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.KmsGrantConfiguration
-
Packages that use KmsGrantConfiguration Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of KmsGrantConfiguration in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type KmsGrantConfiguration Modifier and Type Method Description List<KmsGrantConfiguration>KmsKeyConfiguration. grants()A list of proposed grant configurations for the KMS key.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type KmsGrantConfiguration Modifier and Type Method Description KmsKeyConfiguration.BuilderKmsKeyConfiguration.Builder. grants(KmsGrantConfiguration... grants)A list of proposed grant configurations for the KMS key.Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type KmsGrantConfiguration Modifier and Type Method Description KmsKeyConfiguration.BuilderKmsKeyConfiguration.Builder. grants(Collection<KmsGrantConfiguration> grants)A list of proposed grant configurations for the KMS key.
-