Uses of Class
software.amazon.awssdk.services.kms.model.GrantOperation
-
Packages that use GrantOperation Package Description software.amazon.awssdk.services.kms.model -
-
Uses of GrantOperation in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return GrantOperation Modifier and Type Method Description static GrantOperationGrantOperation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.kms.model that return types with arguments of type GrantOperation Modifier and Type Method Description static Set<GrantOperation>GrantOperation. knownValues()List<GrantOperation>CreateGrantRequest. operations()A list of operations that the grant permits.List<GrantOperation>GrantListEntry. operations()The list of operations permitted by the grant.Methods in software.amazon.awssdk.services.kms.model with parameters of type GrantOperation Modifier and Type Method Description CreateGrantRequest.BuilderCreateGrantRequest.Builder. operations(GrantOperation... operations)A list of operations that the grant permits.GrantListEntry.BuilderGrantListEntry.Builder. operations(GrantOperation... operations)The list of operations permitted by the grant.Method parameters in software.amazon.awssdk.services.kms.model with type arguments of type GrantOperation Modifier and Type Method Description CreateGrantRequest.BuilderCreateGrantRequest.Builder. operations(Collection<GrantOperation> operations)A list of operations that the grant permits.GrantListEntry.BuilderGrantListEntry.Builder. operations(Collection<GrantOperation> operations)The list of operations permitted by the grant.
-