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 CertificateMode
CACertificateDescription. certificateMode()
The mode of the CA.CertificateMode
Certificate. certificateMode()
The mode of the certificate.CertificateMode
CertificateDescription. certificateMode()
The mode of the certificate.CertificateMode
RegisterCaCertificateRequest. certificateMode()
Describes the certificate mode in which the Certificate Authority (CA) will be registered.static CertificateMode
CertificateMode. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CertificateMode
CertificateMode. 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.Builder
CACertificateDescription.Builder. certificateMode(CertificateMode certificateMode)
The mode of the CA.Certificate.Builder
Certificate.Builder. certificateMode(CertificateMode certificateMode)
The mode of the certificate.CertificateDescription.Builder
CertificateDescription.Builder. certificateMode(CertificateMode certificateMode)
The mode of the certificate.RegisterCaCertificateRequest.Builder
RegisterCaCertificateRequest.Builder. certificateMode(CertificateMode certificateMode)
Describes the certificate mode in which the Certificate Authority (CA) will be registered.
-