| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
ChoiceContent |
Choice.helpfulResource()
The helpful resource (both text and URL) for a particular choice.
|
ChoiceContent |
Choice.improvementPlan()
The improvement plan (both text and URL) for a particular choice.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChoiceContent> |
AdditionalResources.content()
The URLs for additional resources, either helpful resources or improvement plans, for a custom lens.
|
| Modifier and Type | Method and Description |
|---|---|
AdditionalResources.Builder |
AdditionalResources.Builder.content(ChoiceContent... content)
The URLs for additional resources, either helpful resources or improvement plans, for a custom lens.
|
Choice.Builder |
Choice.Builder.helpfulResource(ChoiceContent helpfulResource)
The helpful resource (both text and URL) for a particular choice.
|
Choice.Builder |
Choice.Builder.improvementPlan(ChoiceContent improvementPlan)
The improvement plan (both text and URL) for a particular choice.
|
| Modifier and Type | Method and Description |
|---|---|
AdditionalResources.Builder |
AdditionalResources.Builder.content(Collection<ChoiceContent> content)
The URLs for additional resources, either helpful resources or improvement plans, for a custom lens.
|
Copyright © 2023. All rights reserved.