Package | Description |
---|---|
com.amazonaws.services.rds.model | |
com.amazonaws.services.rds.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Certificate> |
DescribeCertificatesResult.certificates
The list of Certificate objects for the AWS account.
|
Modifier and Type | Method and Description |
---|---|
Certificate |
Certificate.clone() |
Certificate |
Certificate.withCertificateIdentifier(java.lang.String certificateIdentifier)
The unique key that identifies a certificate.
|
Certificate |
Certificate.withCertificateType(java.lang.String certificateType)
The type of the certificate.
|
Certificate |
Certificate.withThumbprint(java.lang.String thumbprint)
The thumbprint of the certificate.
|
Certificate |
Certificate.withValidFrom(java.util.Date validFrom)
The starting date from which the certificate is valid.
|
Certificate |
Certificate.withValidTill(java.util.Date validTill)
The final date that the certificate continues to be valid.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Certificate> |
DescribeCertificatesResult.getCertificates()
The list of Certificate objects for the AWS account.
|
Modifier and Type | Method and Description |
---|---|
DescribeCertificatesResult |
DescribeCertificatesResult.withCertificates(Certificate... certificates)
The list of Certificate objects for the AWS account.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeCertificatesResult.setCertificates(java.util.Collection<Certificate> certificates)
The list of Certificate objects for the AWS account.
|
DescribeCertificatesResult |
DescribeCertificatesResult.withCertificates(java.util.Collection<Certificate> certificates)
The list of Certificate objects for the AWS account.
|
Modifier and Type | Method and Description |
---|---|
Certificate |
CertificateStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |