Uses of Class
software.amazon.awssdk.services.iot.model.CertificateMode
-
Packages that use CertificateMode Package Description software.amazon.awssdk.services.iot.model -
-
Uses of CertificateMode in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return CertificateMode Modifier and Type Method Description CertificateModeCACertificateDescription. certificateMode()The mode of the CA.CertificateModeCertificate. certificateMode()The mode of the certificate.CertificateModeCertificateDescription. certificateMode()The mode of the certificate.CertificateModeRegisterCaCertificateRequest. certificateMode()Describes the certificate mode in which the Certificate Authority (CA) will be registered.static CertificateModeCertificateMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CertificateModeCertificateMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateMode[]CertificateMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type CertificateMode Modifier and Type Method Description static Set<CertificateMode>CertificateMode. knownValues()Methods in software.amazon.awssdk.services.iot.model with parameters of type CertificateMode Modifier and Type Method Description CACertificateDescription.BuilderCACertificateDescription.Builder. certificateMode(CertificateMode certificateMode)The mode of the CA.Certificate.BuilderCertificate.Builder. certificateMode(CertificateMode certificateMode)The mode of the certificate.CertificateDescription.BuilderCertificateDescription.Builder. certificateMode(CertificateMode certificateMode)The mode of the certificate.RegisterCaCertificateRequest.BuilderRegisterCaCertificateRequest.Builder. certificateMode(CertificateMode certificateMode)Describes the certificate mode in which the Certificate Authority (CA) will be registered.
-