| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
Certificate |
Certificate.clone() |
Certificate |
DeleteCertificateResult.getCertificate()
The Secure Sockets Layer (SSL) certificate.
|
Certificate |
ImportCertificateResult.getCertificate()
The certificate to be uploaded.
|
Certificate |
Certificate.withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the certificate.
|
Certificate |
Certificate.withCertificateCreationDate(Date certificateCreationDate)
The date that the certificate was created.
|
Certificate |
Certificate.withCertificateIdentifier(String certificateIdentifier)
The customer-assigned name of the certificate.
|
Certificate |
Certificate.withCertificateOwner(String certificateOwner)
The owner of the certificate.
|
Certificate |
Certificate.withCertificatePem(String certificatePem)
The contents of the .pem X.509 certificate file for the certificate.
|
Certificate |
Certificate.withCertificateWallet(ByteBuffer certificateWallet)
The location of the imported Oracle Wallet certificate for use with SSL.
|
Certificate |
Certificate.withKeyLength(Integer keyLength)
The key length of the cryptographic algorithm being used.
|
Certificate |
Certificate.withSigningAlgorithm(String signingAlgorithm)
The signing algorithm for the certificate.
|
Certificate |
Certificate.withValidFromDate(Date validFromDate)
The beginning date that the certificate is valid.
|
Certificate |
Certificate.withValidToDate(Date validToDate)
The final date that the certificate is valid.
|
| Modifier and Type | Method and Description |
|---|---|
List<Certificate> |
DescribeCertificatesResult.getCertificates()
The Secure Sockets Layer (SSL) certificates associated with the replication instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteCertificateResult.setCertificate(Certificate certificate)
The Secure Sockets Layer (SSL) certificate.
|
void |
ImportCertificateResult.setCertificate(Certificate certificate)
The certificate to be uploaded.
|
DeleteCertificateResult |
DeleteCertificateResult.withCertificate(Certificate certificate)
The Secure Sockets Layer (SSL) certificate.
|
ImportCertificateResult |
ImportCertificateResult.withCertificate(Certificate certificate)
The certificate to be uploaded.
|
DescribeCertificatesResult |
DescribeCertificatesResult.withCertificates(Certificate... certificates)
The Secure Sockets Layer (SSL) certificates associated with the replication instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCertificatesResult.setCertificates(Collection<Certificate> certificates)
The Secure Sockets Layer (SSL) certificates associated with the replication instance.
|
DescribeCertificatesResult |
DescribeCertificatesResult.withCertificates(Collection<Certificate> certificates)
The Secure Sockets Layer (SSL) certificates associated with the replication instance.
|
Copyright © 2017. All rights reserved.