| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
Certificate |
AmazonRDSClient.modifyCertificates(ModifyCertificatesRequest request)
Override the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificate for Amazon RDS
for new DB instances, or remove the override.
|
Certificate |
AbstractAmazonRDS.modifyCertificates(ModifyCertificatesRequest request) |
Certificate |
AmazonRDS.modifyCertificates(ModifyCertificatesRequest modifyCertificatesRequest)
Override the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificate for Amazon RDS
for new DB instances, or remove the override.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Certificate> |
AmazonRDSAsync.modifyCertificatesAsync(ModifyCertificatesRequest modifyCertificatesRequest)
Override the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificate for Amazon RDS
for new DB instances, or remove the override.
|
Future<Certificate> |
AmazonRDSAsyncClient.modifyCertificatesAsync(ModifyCertificatesRequest request) |
Future<Certificate> |
AbstractAmazonRDSAsync.modifyCertificatesAsync(ModifyCertificatesRequest request) |
Future<Certificate> |
AmazonRDSAsync.modifyCertificatesAsync(ModifyCertificatesRequest modifyCertificatesRequest,
AsyncHandler<ModifyCertificatesRequest,Certificate> asyncHandler)
Override the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificate for Amazon RDS
for new DB instances, or remove the override.
|
Future<Certificate> |
AmazonRDSAsyncClient.modifyCertificatesAsync(ModifyCertificatesRequest request,
AsyncHandler<ModifyCertificatesRequest,Certificate> asyncHandler) |
Future<Certificate> |
AbstractAmazonRDSAsync.modifyCertificatesAsync(ModifyCertificatesRequest request,
AsyncHandler<ModifyCertificatesRequest,Certificate> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Certificate> |
AmazonRDSAsync.modifyCertificatesAsync(ModifyCertificatesRequest modifyCertificatesRequest,
AsyncHandler<ModifyCertificatesRequest,Certificate> asyncHandler)
Override the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificate for Amazon RDS
for new DB instances, or remove the override.
|
Future<Certificate> |
AmazonRDSAsyncClient.modifyCertificatesAsync(ModifyCertificatesRequest request,
AsyncHandler<ModifyCertificatesRequest,Certificate> asyncHandler) |
Future<Certificate> |
AbstractAmazonRDSAsync.modifyCertificatesAsync(ModifyCertificatesRequest request,
AsyncHandler<ModifyCertificatesRequest,Certificate> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Certificate |
Certificate.clone() |
Certificate |
Certificate.withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the certificate.
|
Certificate |
Certificate.withCertificateIdentifier(String certificateIdentifier)
The unique key that identifies a certificate.
|
Certificate |
Certificate.withCertificateType(String certificateType)
The type of the certificate.
|
Certificate |
Certificate.withCustomerOverride(Boolean customerOverride)
Whether there is an override for the default certificate identifier.
|
Certificate |
Certificate.withCustomerOverrideValidTill(Date customerOverrideValidTill)
If there is an override for the default certificate identifier, when the override expires.
|
Certificate |
Certificate.withThumbprint(String thumbprint)
The thumbprint of the certificate.
|
Certificate |
Certificate.withValidFrom(Date validFrom)
The starting date from which the certificate is valid.
|
Certificate |
Certificate.withValidTill(Date validTill)
The final date that the certificate continues to be valid.
|
| Modifier and Type | Method and Description |
|---|---|
List<Certificate> |
DescribeCertificatesResult.getCertificates()
The list of
Certificate objects for the Amazon Web Services account. |
| Modifier and Type | Method and Description |
|---|---|
DescribeCertificatesResult |
DescribeCertificatesResult.withCertificates(Certificate... certificates)
The list of
Certificate objects for the Amazon Web Services account. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCertificatesResult.setCertificates(Collection<Certificate> certificates)
The list of
Certificate objects for the Amazon Web Services account. |
DescribeCertificatesResult |
DescribeCertificatesResult.withCertificates(Collection<Certificate> certificates)
The list of
Certificate objects for the Amazon Web Services account. |
Copyright © 2022. All rights reserved.