Uses of Class
software.amazon.awssdk.services.redshift.model.CertificateAssociation
-
Packages that use CertificateAssociation Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of CertificateAssociation in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type CertificateAssociation Modifier and Type Method Description List<CertificateAssociation>Association. certificateAssociations()A list of all associated clusters and domain names tied to a specific certificate.Methods in software.amazon.awssdk.services.redshift.model with parameters of type CertificateAssociation Modifier and Type Method Description Association.BuilderAssociation.Builder. certificateAssociations(CertificateAssociation... certificateAssociations)A list of all associated clusters and domain names tied to a specific certificate.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type CertificateAssociation Modifier and Type Method Description Association.BuilderAssociation.Builder. certificateAssociations(Collection<CertificateAssociation> certificateAssociations)A list of all associated clusters and domain names tied to a specific certificate.
-