| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
CACertificate |
CACertificate.clone() |
CACertificate |
CACertificate.withCertificateArn(String certificateArn) |
CACertificate |
CACertificate.withCertificateId(String certificateId) |
CACertificate |
CACertificate.withCreationDate(Date creationDate) |
CACertificate |
CACertificate.withStatus(CACertificateStatus status) |
CACertificate |
CACertificate.withStatus(String status) |
| Modifier and Type | Method and Description |
|---|---|
List<CACertificate> |
ListCACertificatesResult.getCertificates() |
| Modifier and Type | Method and Description |
|---|---|
ListCACertificatesResult |
ListCACertificatesResult.withCertificates(CACertificate... certificates)
NOTE: This method appends the values to the existing list (if
any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCACertificatesResult.setCertificates(Collection<CACertificate> certificates) |
ListCACertificatesResult |
ListCACertificatesResult.withCertificates(Collection<CACertificate> certificates) |
Copyright © 2016. All rights reserved.