| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
DescribedCertificate |
DescribedCertificate.clone() |
DescribedCertificate |
DescribeCertificateResult.getCertificate()
The details for the specified certificate, returned as an object.
|
DescribedCertificate |
DescribedCertificate.withActiveDate(Date activeDate)
An optional date that specifies when the certificate becomes active.
|
DescribedCertificate |
DescribedCertificate.withArn(String arn)
The unique Amazon Resource Name (ARN) for the certificate.
|
DescribedCertificate |
DescribedCertificate.withCertificate(String certificate)
The file name for the certificate.
|
DescribedCertificate |
DescribedCertificate.withCertificateChain(String certificateChain)
The list of certificates that make up the chain for the certificate.
|
DescribedCertificate |
DescribedCertificate.withCertificateId(String certificateId)
An array of identifiers for the imported certificates.
|
DescribedCertificate |
DescribedCertificate.withDescription(String description)
The name or description that's used to identity the certificate.
|
DescribedCertificate |
DescribedCertificate.withInactiveDate(Date inactiveDate)
An optional date that specifies when the certificate becomes inactive.
|
DescribedCertificate |
DescribedCertificate.withNotAfterDate(Date notAfterDate)
The final date that the certificate is valid.
|
DescribedCertificate |
DescribedCertificate.withNotBeforeDate(Date notBeforeDate)
The earliest date that the certificate is valid.
|
DescribedCertificate |
DescribedCertificate.withSerial(String serial)
The serial number for the certificate.
|
DescribedCertificate |
DescribedCertificate.withStatus(CertificateStatusType status)
The certificate can be either
ACTIVE, PENDING_ROTATION, or INACTIVE. |
DescribedCertificate |
DescribedCertificate.withStatus(String status)
The certificate can be either
ACTIVE, PENDING_ROTATION, or INACTIVE. |
DescribedCertificate |
DescribedCertificate.withTags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for certificates.
|
DescribedCertificate |
DescribedCertificate.withTags(Tag... tags)
Key-value pairs that can be used to group and search for certificates.
|
DescribedCertificate |
DescribedCertificate.withType(CertificateType type)
If a private key has been specified for the certificate, its type is
CERTIFICATE_WITH_PRIVATE_KEY. |
DescribedCertificate |
DescribedCertificate.withType(String type)
If a private key has been specified for the certificate, its type is
CERTIFICATE_WITH_PRIVATE_KEY. |
DescribedCertificate |
DescribedCertificate.withUsage(CertificateUsageType usage)
Specifies how this certificate is used.
|
DescribedCertificate |
DescribedCertificate.withUsage(String usage)
Specifies how this certificate is used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCertificateResult.setCertificate(DescribedCertificate certificate)
The details for the specified certificate, returned as an object.
|
DescribeCertificateResult |
DescribeCertificateResult.withCertificate(DescribedCertificate certificate)
The details for the specified certificate, returned as an object.
|
Copyright © 2025. All rights reserved.