Package | Description |
---|---|
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Field and Description |
---|---|
private CertificateDescription |
DescribeCertificateResult.certificateDescription
The description of the certificate.
|
Modifier and Type | Method and Description |
---|---|
CertificateDescription |
CertificateDescription.clone() |
CertificateDescription |
DescribeCertificateResult.getCertificateDescription()
The description of the certificate.
|
CertificateDescription |
CertificateDescription.withCaCertificateId(java.lang.String caCertificateId)
The certificate ID of the CA certificate used to sign this certificate.
|
CertificateDescription |
CertificateDescription.withCertificateArn(java.lang.String certificateArn)
The ARN of the certificate.
|
CertificateDescription |
CertificateDescription.withCertificateId(java.lang.String certificateId)
The ID of the certificate.
|
CertificateDescription |
CertificateDescription.withCertificatePem(java.lang.String certificatePem)
The certificate data, in PEM format.
|
CertificateDescription |
CertificateDescription.withCreationDate(java.util.Date creationDate)
The date and time the certificate was created.
|
CertificateDescription |
CertificateDescription.withLastModifiedDate(java.util.Date lastModifiedDate)
The date and time the certificate was last modified.
|
CertificateDescription |
CertificateDescription.withOwnedBy(java.lang.String ownedBy)
The ID of the AWS account that owns the certificate.
|
CertificateDescription |
CertificateDescription.withPreviousOwnedBy(java.lang.String previousOwnedBy)
The ID of the AWS account of the previous owner of the certificate.
|
CertificateDescription |
CertificateDescription.withStatus(CertificateStatus status)
The status of the certificate.
|
CertificateDescription |
CertificateDescription.withStatus(java.lang.String status)
The status of the certificate.
|
CertificateDescription |
CertificateDescription.withTransferData(TransferData transferData)
The transfer data.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeCertificateResult.setCertificateDescription(CertificateDescription certificateDescription)
The description of the certificate.
|
DescribeCertificateResult |
DescribeCertificateResult.withCertificateDescription(CertificateDescription certificateDescription)
The description of the certificate.
|
Modifier and Type | Method and Description |
---|---|
CertificateDescription |
CertificateDescriptionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CertificateDescriptionJsonMarshaller.marshall(CertificateDescription certificateDescription,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|