Uses of Class
software.amazon.awssdk.services.databasemigration.model.Certificate
Packages that use Certificate
-
Uses of Certificate in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return CertificateModifier and TypeMethodDescriptionfinal CertificateDeleteCertificateResponse.certificate()The Secure Sockets Layer (SSL) certificate.final CertificateImportCertificateResponse.certificate()The certificate to be uploaded.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type CertificateModifier and TypeMethodDescriptionfinal List<Certificate>DescribeCertificatesResponse.certificates()The Secure Sockets Layer (SSL) certificates associated with the replication instance.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type CertificateModifier and TypeMethodDescriptionDeleteCertificateResponse.Builder.certificate(Certificate certificate) The Secure Sockets Layer (SSL) certificate.ImportCertificateResponse.Builder.certificate(Certificate certificate) The certificate to be uploaded.DescribeCertificatesResponse.Builder.certificates(Certificate... certificates) The Secure Sockets Layer (SSL) certificates associated with the replication instance.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type CertificateModifier and TypeMethodDescriptionDescribeCertificatesResponse.Builder.certificates(Collection<Certificate> certificates) The Secure Sockets Layer (SSL) certificates associated with the replication instance.