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 GrantOperationGrantOperation. fromValue(String value)Use this in place of valueOf.static GrantOperationGrantOperation. 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 CreateGrantRequestCreateGrantRequest. withOperations(GrantOperation... operations)A list of operations that the grant permits.GrantListEntryGrantListEntry. withOperations(GrantOperation... operations)The list of operations permitted by the grant.
-