Uses of Class
com.amazonaws.services.kms.model.GrantOperation
-
Packages that use GrantOperation Package Description com.amazonaws.services.kms.model -
-
Uses of GrantOperation in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return GrantOperation Modifier and Type Method Description static GrantOperation
GrantOperation. fromValue(String value)
Use this in place of valueOf.static GrantOperation
GrantOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static GrantOperation[]
GrantOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.kms.model with parameters of type GrantOperation Modifier and Type Method Description CreateGrantRequest
CreateGrantRequest. withOperations(GrantOperation... operations)
A list of operations that the grant permits.GrantListEntry
GrantListEntry. withOperations(GrantOperation... operations)
The list of operations permitted by the grant.
-