| Package | Description |
|---|---|
| com.amazonaws.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
Association |
Association.clone() |
Association |
Association.withCustomDomainCertificateArn(String customDomainCertificateArn)
The custom domain name’s certificate Amazon resource name (ARN).
|
Association |
Association.withCustomDomainCertificateExpiryTime(Date customDomainCertificateExpiryTime)
The expiration time for the certificate.
|
Association |
Association.withCustomDomainName(String customDomainName)
The custom domain name associated with the workgroup.
|
Association |
Association.withWorkgroupName(String workgroupName)
The name of the workgroup associated with the database.
|
| Modifier and Type | Method and Description |
|---|---|
List<Association> |
ListCustomDomainAssociationsResult.getAssociations()
A list of Association objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomDomainAssociationsResult |
ListCustomDomainAssociationsResult.withAssociations(Association... associations)
A list of Association objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCustomDomainAssociationsResult.setAssociations(Collection<Association> associations)
A list of Association objects.
|
ListCustomDomainAssociationsResult |
ListCustomDomainAssociationsResult.withAssociations(Collection<Association> associations)
A list of Association objects.
|
Copyright © 2025. All rights reserved.