| Package | Description |
|---|---|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
CertificateAssociation |
CertificateAssociation.clone() |
CertificateAssociation |
CertificateAssociation.withClusterIdentifier(String clusterIdentifier)
The cluster identifier for the certificate association.
|
CertificateAssociation |
CertificateAssociation.withCustomDomainName(String customDomainName)
The custom domain name for the certificate association.
|
| Modifier and Type | Method and Description |
|---|---|
List<CertificateAssociation> |
Association.getCertificateAssociations()
A list of all associated clusters and domain names tied to a specific certificate.
|
| Modifier and Type | Method and Description |
|---|---|
Association |
Association.withCertificateAssociations(CertificateAssociation... certificateAssociations)
A list of all associated clusters and domain names tied to a specific certificate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Association.setCertificateAssociations(Collection<CertificateAssociation> certificateAssociations)
A list of all associated clusters and domain names tied to a specific certificate.
|
Association |
Association.withCertificateAssociations(Collection<CertificateAssociation> certificateAssociations)
A list of all associated clusters and domain names tied to a specific certificate.
|
Copyright © 2024. All rights reserved.