Package | Description |
---|---|
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<CACertificate> |
ListCACertificatesResult.certificates
The CA certificates registered in your AWS account.
|
Modifier and Type | Method and Description |
---|---|
CACertificate |
CACertificate.clone() |
CACertificate |
CACertificate.withCertificateArn(java.lang.String certificateArn)
The ARN of the CA certificate.
|
CACertificate |
CACertificate.withCertificateId(java.lang.String certificateId)
The ID of the CA certificate.
|
CACertificate |
CACertificate.withCreationDate(java.util.Date creationDate)
The date the CA certificate was created.
|
CACertificate |
CACertificate.withStatus(CACertificateStatus status)
The status of the CA certificate.
|
CACertificate |
CACertificate.withStatus(java.lang.String status)
The status of the CA certificate.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<CACertificate> certificates)
The CA certificates registered in your AWS account.
|
ListCACertificatesResult |
ListCACertificatesResult.withCertificates(java.util.Collection<CACertificate> certificates)
The CA certificates registered in your AWS account.
|
Modifier and Type | Method and Description |
---|---|
CACertificate |
CACertificateJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CACertificateJsonMarshaller.marshall(CACertificate cACertificate,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|