Uses of Enum
software.amazon.awssdk.crt.auth.signing.AwsSigningConfig.AwsSigningAlgorithm
Packages that use AwsSigningConfig.AwsSigningAlgorithm
-
Uses of AwsSigningConfig.AwsSigningAlgorithm in software.amazon.awssdk.crt.auth.signing
Methods in software.amazon.awssdk.crt.auth.signing that return AwsSigningConfig.AwsSigningAlgorithmModifier and TypeMethodDescriptionAwsSigningConfig.getAlgorithm()Gets what version of the AWS signing procecss will be usedAwsSigningConfig.AwsSigningAlgorithm.getEnumValueFromInteger(int value) Creates a Java enum value from a native enum value as an integerReturns the enum constant of this type with the specified name.static AwsSigningConfig.AwsSigningAlgorithm[]AwsSigningConfig.AwsSigningAlgorithm.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.AwsSigningAlgorithmModifier and TypeMethodDescriptionvoidAwsSigningConfig.setAlgorithm(AwsSigningConfig.AwsSigningAlgorithm algorithm) Sets what version of the AWS signing process should be used