Uses of Enum
software.amazon.awssdk.services.kms.model.MessageType
Packages that use MessageType
-
Uses of MessageType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return MessageTypeModifier and TypeMethodDescriptionstatic MessageTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final MessageTypeSignRequest.messageType()Tells KMS whether the value of theMessageparameter should be hashed as part of the signing algorithm.final MessageTypeVerifyRequest.messageType()Tells KMS whether the value of theMessageparameter should be hashed as part of the signing algorithm.static MessageTypeReturns the enum constant of this type with the specified name.static MessageType[]MessageType.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 MessageTypeMethods in software.amazon.awssdk.services.kms.model with parameters of type MessageTypeModifier and TypeMethodDescriptionSignRequest.Builder.messageType(MessageType messageType) Tells KMS whether the value of theMessageparameter should be hashed as part of the signing algorithm.VerifyRequest.Builder.messageType(MessageType messageType) Tells KMS whether the value of theMessageparameter should be hashed as part of the signing algorithm.