| Package | Description |
|---|---|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
Association |
Association.clone() |
Association |
Association.withCertificateAssociations(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.
|
Association |
Association.withCustomDomainCertificateArn(String customDomainCertificateArn)
The Amazon Resource Name (ARN) for the certificate associated with the custom domain.
|
Association |
Association.withCustomDomainCertificateExpiryDate(Date customDomainCertificateExpiryDate)
The expiration date for the certificate.
|
| Modifier and Type | Method and Description |
|---|---|
List<Association> |
DescribeCustomDomainAssociationsResult.getAssociations()
The associations for the custom domain.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCustomDomainAssociationsResult |
DescribeCustomDomainAssociationsResult.withAssociations(Association... associations)
The associations for the custom domain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCustomDomainAssociationsResult.setAssociations(Collection<Association> associations)
The associations for the custom domain.
|
DescribeCustomDomainAssociationsResult |
DescribeCustomDomainAssociationsResult.withAssociations(Collection<Association> associations)
The associations for the custom domain.
|
Copyright © 2025. All rights reserved.