| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ListedCertificate |
ListedCertificate.clone() |
ListedCertificate |
ListedCertificate.withActiveDate(Date activeDate)
An optional date that specifies when the certificate becomes active.
|
ListedCertificate |
ListedCertificate.withArn(String arn)
The Amazon Resource Name (ARN) of the specified certificate.
|
ListedCertificate |
ListedCertificate.withCertificateId(String certificateId)
An array of identifiers for the imported certificates.
|
ListedCertificate |
ListedCertificate.withDescription(String description)
The name or short description that's used to identify the certificate.
|
ListedCertificate |
ListedCertificate.withInactiveDate(Date inactiveDate)
An optional date that specifies when the certificate becomes inactive.
|
ListedCertificate |
ListedCertificate.withStatus(CertificateStatusType status)
The certificate can be either
ACTIVE, PENDING_ROTATION, or INACTIVE. |
ListedCertificate |
ListedCertificate.withStatus(String status)
The certificate can be either
ACTIVE, PENDING_ROTATION, or INACTIVE. |
ListedCertificate |
ListedCertificate.withType(CertificateType type)
The type for the certificate.
|
ListedCertificate |
ListedCertificate.withType(String type)
The type for the certificate.
|
ListedCertificate |
ListedCertificate.withUsage(CertificateUsageType usage)
Specifies how this certificate is used.
|
ListedCertificate |
ListedCertificate.withUsage(String usage)
Specifies how this certificate is used.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListedCertificate> |
ListCertificatesResult.getCertificates()
Returns an array of the certificates that are specified in the
ListCertificates call. |
| Modifier and Type | Method and Description |
|---|---|
ListCertificatesResult |
ListCertificatesResult.withCertificates(ListedCertificate... certificates)
Returns an array of the certificates that are specified in the
ListCertificates call. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCertificatesResult.setCertificates(Collection<ListedCertificate> certificates)
Returns an array of the certificates that are specified in the
ListCertificates call. |
ListCertificatesResult |
ListCertificatesResult.withCertificates(Collection<ListedCertificate> certificates)
Returns an array of the certificates that are specified in the
ListCertificates call. |
Copyright © 2025. All rights reserved.