| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static CertificateMode |
CertificateMode.fromValue(String value)
Use this in place of valueOf.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Certificate.setCertificateMode(CertificateMode certificateMode)
The mode of the certificate.
|
void |
CertificateDescription.setCertificateMode(CertificateMode certificateMode)
The mode of the certificate.
|
void |
CACertificateDescription.setCertificateMode(CertificateMode certificateMode)
The mode of the CA.
|
Certificate |
Certificate.withCertificateMode(CertificateMode certificateMode)
The mode of the certificate.
|
CertificateDescription |
CertificateDescription.withCertificateMode(CertificateMode certificateMode)
The mode of the certificate.
|
CACertificateDescription |
CACertificateDescription.withCertificateMode(CertificateMode certificateMode)
The mode of the CA.
|
RegisterCACertificateRequest |
RegisterCACertificateRequest.withCertificateMode(CertificateMode certificateMode)
Describes the certificate mode in which the Certificate Authority (CA) will be registered.
|
Copyright © 2024. All rights reserved.