Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.KmsGrantOperation
-
Packages that use KmsGrantOperation Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of KmsGrantOperation in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return KmsGrantOperation Modifier and Type Method Description static KmsGrantOperationKmsGrantOperation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static KmsGrantOperationKmsGrantOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static KmsGrantOperation[]KmsGrantOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type KmsGrantOperation Modifier and Type Method Description static Set<KmsGrantOperation>KmsGrantOperation. knownValues()List<KmsGrantOperation>KmsGrantConfiguration. operations()A list of operations that the grant permits.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type KmsGrantOperation Modifier and Type Method Description KmsGrantConfiguration.BuilderKmsGrantConfiguration.Builder. operations(KmsGrantOperation... operations)A list of operations that the grant permits.Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type KmsGrantOperation Modifier and Type Method Description KmsGrantConfiguration.BuilderKmsGrantConfiguration.Builder. operations(Collection<KmsGrantOperation> operations)A list of operations that the grant permits.
-