Uses of Enum
software.amazon.awssdk.crt.auth.signing.AwsSigningConfig.AwsSignedBodyHeaderType
Packages that use AwsSigningConfig.AwsSignedBodyHeaderType
-
Uses of AwsSigningConfig.AwsSignedBodyHeaderType in software.amazon.awssdk.crt.auth.signing
Methods in software.amazon.awssdk.crt.auth.signing that return AwsSigningConfig.AwsSignedBodyHeaderTypeModifier and TypeMethodDescriptionAwsSigningConfig.AwsSignedBodyHeaderType.getEnumValueFromInteger(int value) Creates a Java enum value from a native enum value as an integerAwsSigningConfig.getSignedBodyHeader()Gets what signed body header should hold the payload hash (or override value).Returns the enum constant of this type with the specified name.AwsSigningConfig.AwsSignedBodyHeaderType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.crt.auth.signing with parameters of type AwsSigningConfig.AwsSignedBodyHeaderTypeModifier and TypeMethodDescriptionvoidAwsSigningConfig.setSignedBodyHeader(AwsSigningConfig.AwsSignedBodyHeaderType signedBodyHeader) Sets what signed body header should hold the payload hash (or override value).