Uses of Class
software.amazon.awssdk.services.rds.model.Certificate
Packages that use Certificate
Package
Description
-
Uses of Certificate in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CertificateModifier and TypeMethodDescriptionfinal CertificateModifyCertificatesResponse.certificate()Returns the value of the Certificate property for this object.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type CertificateModifier and TypeMethodDescriptionfinal List<Certificate>DescribeCertificatesResponse.certificates()The list ofCertificateobjects for the Amazon Web Services account.Methods in software.amazon.awssdk.services.rds.model with parameters of type CertificateModifier and TypeMethodDescriptionModifyCertificatesResponse.Builder.certificate(Certificate certificate) Sets the value of the Certificate property for this object.DescribeCertificatesResponse.Builder.certificates(Certificate... certificates) The list ofCertificateobjects for the Amazon Web Services account.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type CertificateModifier and TypeMethodDescriptionDescribeCertificatesResponse.Builder.certificates(Collection<Certificate> certificates) The list ofCertificateobjects for the Amazon Web Services account. -
Uses of Certificate in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type CertificateModifier and TypeMethodDescriptionfinal SdkIterable<Certificate>DescribeCertificatesIterable.certificates()Returns an iterable to iterate through the paginatedDescribeCertificatesResponse.certificates()member.final SdkPublisher<Certificate>DescribeCertificatesPublisher.certificates()Returns a publisher that can be used to get a stream of data.