| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
ChoiceContent |
ChoiceContent.clone() |
ChoiceContent |
Choice.getHelpfulResource()
The helpful resource (both text and URL) for a particular choice.
|
ChoiceContent |
Choice.getImprovementPlan()
The improvement plan (both text and URL) for a particular choice.
|
ChoiceContent |
ChoiceContent.withDisplayText(String displayText)
The display text for the choice content.
|
ChoiceContent |
ChoiceContent.withUrl(String url)
The URL for the choice content.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChoiceContent> |
AdditionalResources.getContent()
The URLs for additional resources, either helpful resources or improvement plans, for a custom lens.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Choice.setHelpfulResource(ChoiceContent helpfulResource)
The helpful resource (both text and URL) for a particular choice.
|
void |
Choice.setImprovementPlan(ChoiceContent improvementPlan)
The improvement plan (both text and URL) for a particular choice.
|
AdditionalResources |
AdditionalResources.withContent(ChoiceContent... content)
The URLs for additional resources, either helpful resources or improvement plans, for a custom lens.
|
Choice |
Choice.withHelpfulResource(ChoiceContent helpfulResource)
The helpful resource (both text and URL) for a particular choice.
|
Choice |
Choice.withImprovementPlan(ChoiceContent improvementPlan)
The improvement plan (both text and URL) for a particular choice.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdditionalResources.setContent(Collection<ChoiceContent> content)
The URLs for additional resources, either helpful resources or improvement plans, for a custom lens.
|
AdditionalResources |
AdditionalResources.withContent(Collection<ChoiceContent> content)
The URLs for additional resources, either helpful resources or improvement plans, for a custom lens.
|
Copyright © 2025. All rights reserved.