Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
ReferenceLink |
ReferenceLink.clone() |
ReferenceLink |
ReferenceLink.withLink(String link)
The URL address to find more information.
|
ReferenceLink |
ReferenceLink.withText(String text)
The hyperlink text that describes the link to more information.
|
Modifier and Type | Method and Description |
---|---|
List<ReferenceLink> |
Recommendation.getReferenceLinks()
List of helpful links for more information about the Advisor recommendation.
|
Modifier and Type | Method and Description |
---|---|
Recommendation |
Recommendation.withReferenceLinks(ReferenceLink... referenceLinks)
List of helpful links for more information about the Advisor recommendation.
|
Modifier and Type | Method and Description |
---|---|
void |
Recommendation.setReferenceLinks(Collection<ReferenceLink> referenceLinks)
List of helpful links for more information about the Advisor recommendation.
|
Recommendation |
Recommendation.withReferenceLinks(Collection<ReferenceLink> referenceLinks)
List of helpful links for more information about the Advisor recommendation.
|
Copyright © 2024. All rights reserved.