Uses of Enum
software.amazon.awssdk.services.kms.model.GrantOperation
Packages that use GrantOperation
-
Uses of GrantOperation in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return GrantOperationModifier and TypeMethodDescriptionstatic GrantOperationUse this in place of valueOf to convert the raw string returned by the service into the enum value.static GrantOperationReturns 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 GrantOperationModifier and TypeMethodDescriptionstatic Set<GrantOperation>GrantOperation.knownValues()final List<GrantOperation>CreateGrantRequest.operations()A list of operations that the grant permits.final List<GrantOperation>GrantListEntry.operations()The list of operations permitted by the grant.Methods in software.amazon.awssdk.services.kms.model with parameters of type GrantOperationModifier and TypeMethodDescriptionCreateGrantRequest.Builder.operations(GrantOperation... operations) A list of operations that the grant permits.GrantListEntry.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 GrantOperationModifier and TypeMethodDescriptionCreateGrantRequest.Builder.operations(Collection<GrantOperation> operations) A list of operations that the grant permits.GrantListEntry.Builder.operations(Collection<GrantOperation> operations) The list of operations permitted by the grant.