Uses of Class
software.amazon.awssdk.services.iotwireless.model.SigningAlg
-
Packages that use SigningAlg Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of SigningAlg in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return SigningAlg Modifier and Type Method Description static SigningAlgSigningAlg. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SigningAlgCertificateList. signingAlg()The certificate chain algorithm provided by sidewalk.static SigningAlgSigningAlg. valueOf(String name)Returns the enum constant of this type with the specified name.static SigningAlg[]SigningAlg. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type SigningAlg Modifier and Type Method Description static Set<SigningAlg>SigningAlg. knownValues()Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type SigningAlg Modifier and Type Method Description CertificateList.BuilderCertificateList.Builder. signingAlg(SigningAlg signingAlg)The certificate chain algorithm provided by sidewalk.
-