Uses of Enum
software.amazon.awssdk.crt.auth.signing.AwsSigningConfig.AwsSignatureType
Packages that use AwsSigningConfig.AwsSignatureType
-
Uses of AwsSigningConfig.AwsSignatureType in software.amazon.awssdk.crt.auth.signing
Methods in software.amazon.awssdk.crt.auth.signing that return AwsSigningConfig.AwsSignatureTypeModifier and TypeMethodDescriptionAwsSigningConfig.AwsSignatureType.getEnumValueFromInteger(int value) Creates a Java enum value from a native enum value as an integerAwsSigningConfig.getSignatureType()Gets what kind of signature will be computedReturns the enum constant of this type with the specified name.static AwsSigningConfig.AwsSignatureType[]AwsSigningConfig.AwsSignatureType.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.AwsSignatureTypeModifier and TypeMethodDescriptionvoidAwsSigningConfig.setSignatureType(AwsSigningConfig.AwsSignatureType signatureType) Sets what sort of signature should be computed