Uses of Class
software.amazon.awssdk.services.rds.model.Certificate
-
Packages that use Certificate Package Description software.amazon.awssdk.services.rds.model software.amazon.awssdk.services.rds.paginators -
-
Uses of Certificate in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return Certificate Modifier and Type Method Description 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 Certificate Modifier and Type Method Description 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 Certificate Modifier and Type Method Description ModifyCertificatesResponse.BuilderModifyCertificatesResponse.Builder. certificate(Certificate certificate)Sets the value of the Certificate property for this object.DescribeCertificatesResponse.BuilderDescribeCertificatesResponse.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 Certificate Modifier and Type Method Description DescribeCertificatesResponse.BuilderDescribeCertificatesResponse.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 Certificate Modifier and Type Method Description SdkIterable<Certificate>DescribeCertificatesIterable. certificates()Returns an iterable to iterate through the paginatedDescribeCertificatesResponse.certificates()member.SdkPublisher<Certificate>DescribeCertificatesPublisher. certificates()Returns a publisher that can be used to get a stream of data.
-