Package | Description |
---|---|
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Certificate> |
ListCertificatesResult.certificates
The descriptions of the certificates.
|
private java.util.List<Certificate> |
ListCertificatesByCAResult.certificates
The device certificates signed by the specified CA certificate.
|
Modifier and Type | Method and Description |
---|---|
Certificate |
Certificate.clone() |
Certificate |
Certificate.withCertificateArn(java.lang.String certificateArn)
The ARN of the certificate.
|
Certificate |
Certificate.withCertificateId(java.lang.String certificateId)
The ID of the certificate.
|
Certificate |
Certificate.withCreationDate(java.util.Date creationDate)
The date and time the certificate was created.
|
Certificate |
Certificate.withStatus(CertificateStatus status)
The status of the certificate.
|
Certificate |
Certificate.withStatus(java.lang.String status)
The status of the certificate.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Certificate> |
ListCertificatesResult.getCertificates()
The descriptions of the certificates.
|
java.util.List<Certificate> |
ListCertificatesByCAResult.getCertificates()
The device certificates signed by the specified CA certificate.
|
Modifier and Type | Method and Description |
---|---|
ListCertificatesResult |
ListCertificatesResult.withCertificates(Certificate... certificates)
The descriptions of the certificates.
|
ListCertificatesByCAResult |
ListCertificatesByCAResult.withCertificates(Certificate... certificates)
The device certificates signed by the specified CA certificate.
|
Modifier and Type | Method and Description |
---|---|
void |
ListCertificatesResult.setCertificates(java.util.Collection<Certificate> certificates)
The descriptions of the certificates.
|
void |
ListCertificatesByCAResult.setCertificates(java.util.Collection<Certificate> certificates)
The device certificates signed by the specified CA certificate.
|
ListCertificatesResult |
ListCertificatesResult.withCertificates(java.util.Collection<Certificate> certificates)
The descriptions of the certificates.
|
ListCertificatesByCAResult |
ListCertificatesByCAResult.withCertificates(java.util.Collection<Certificate> certificates)
The device certificates signed by the specified CA certificate.
|
Modifier and Type | Method and Description |
---|---|
Certificate |
CertificateJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CertificateJsonMarshaller.marshall(Certificate certificate,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|