Uses of Class
software.amazon.awssdk.crt.auth.signing.AwsSigningConfig.AwsSignedBodyHeaderType
-
Packages that use AwsSigningConfig.AwsSignedBodyHeaderType Package Description software.amazon.awssdk.crt.auth.signing -
-
Uses of AwsSigningConfig.AwsSignedBodyHeaderType in software.amazon.awssdk.crt.auth.signing
Methods in software.amazon.awssdk.crt.auth.signing that return AwsSigningConfig.AwsSignedBodyHeaderType Modifier and Type Method Description static AwsSigningConfig.AwsSignedBodyHeaderTypeAwsSigningConfig.AwsSignedBodyHeaderType. getEnumValueFromInteger(int value)Creates a Java enum value from a native enum value as an integerAwsSigningConfig.AwsSignedBodyHeaderTypeAwsSigningConfig. getSignedBodyHeader()Gets what signed body header should hold the payload hash (or override value).static AwsSigningConfig.AwsSignedBodyHeaderTypeAwsSigningConfig.AwsSignedBodyHeaderType. valueOf(String name)Returns the enum constant of this type with the specified name.static AwsSigningConfig.AwsSignedBodyHeaderType[]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.AwsSignedBodyHeaderType Modifier and Type Method Description voidAwsSigningConfig. setSignedBodyHeader(AwsSigningConfig.AwsSignedBodyHeaderType signedBodyHeader)Sets what signed body header should hold the payload hash (or override value).
-