Uses of Interface
software.amazon.awssdk.services.kms.model.VerifyMacResponse.Builder
Packages that use VerifyMacResponse.Builder
-
Uses of VerifyMacResponse.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return VerifyMacResponse.BuilderModifier and TypeMethodDescriptionstatic VerifyMacResponse.BuilderVerifyMacResponse.builder()The HMAC KMS key used in the verification.VerifyMacResponse.Builder.macAlgorithm(String macAlgorithm) The MAC algorithm used in the verification.VerifyMacResponse.Builder.macAlgorithm(MacAlgorithmSpec macAlgorithm) The MAC algorithm used in the verification.A Boolean value that indicates whether the HMAC was verified.VerifyMacResponse.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type VerifyMacResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VerifyMacResponse.Builder>VerifyMacResponse.serializableBuilderClass()