| 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 |
CertificateDescription.setCertificateMode(CertificateMode certificateMode)
The mode of the certificate.
|
void |
Certificate.setCertificateMode(CertificateMode certificateMode)
The mode of the certificate.
|
CertificateDescription |
CertificateDescription.withCertificateMode(CertificateMode certificateMode)
The mode of the certificate.
|
Certificate |
Certificate.withCertificateMode(CertificateMode certificateMode)
The mode of the certificate.
|
Copyright © 2021. All rights reserved.