Package | Description |
---|---|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
CACertificate |
CACertificate.clone() |
CACertificate |
CACertificate.withCertificateArn(String certificateArn)
The ARN of the CA certificate.
|
CACertificate |
CACertificate.withCertificateId(String certificateId)
The ID of the CA certificate.
|
CACertificate |
CACertificate.withCreationDate(Date creationDate)
The date the CA certificate was created.
|
CACertificate |
CACertificate.withStatus(CACertificateStatus status)
The status of the CA certificate.
|
CACertificate |
CACertificate.withStatus(String status)
The status of the CA certificate.
|
Modifier and Type | Method and Description |
---|---|
List<CACertificate> |
ListCACertificatesResult.getCertificates()
The CA certificates registered in your AWS account.
|
Modifier and Type | Method and Description |
---|---|
ListCACertificatesResult |
ListCACertificatesResult.withCertificates(CACertificate... certificates)
The CA certificates registered in your AWS account.
|
Modifier and Type | Method and Description |
---|---|
void |
ListCACertificatesResult.setCertificates(Collection<CACertificate> certificates)
The CA certificates registered in your AWS account.
|
ListCACertificatesResult |
ListCACertificatesResult.withCertificates(Collection<CACertificate> certificates)
The CA certificates registered in your AWS account.
|
Copyright © 2018. All rights reserved.