Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ChoiceContent
-
Packages that use ChoiceContent Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ChoiceContent in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return ChoiceContent Modifier and Type Method Description ChoiceContentChoice. helpfulResource()The helpful resource (both text and URL) for a particular choice.ChoiceContentChoice. improvementPlan()The improvement plan (both text and URL) for a particular choice.Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ChoiceContent Modifier and Type Method Description List<ChoiceContent>AdditionalResources. content()The URLs for additional resources, either helpful resources or improvement plans, for a custom lens.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type ChoiceContent Modifier and Type Method Description AdditionalResources.BuilderAdditionalResources.Builder. content(ChoiceContent... content)The URLs for additional resources, either helpful resources or improvement plans, for a custom lens.Choice.BuilderChoice.Builder. helpfulResource(ChoiceContent helpfulResource)The helpful resource (both text and URL) for a particular choice.Choice.BuilderChoice.Builder. improvementPlan(ChoiceContent improvementPlan)The improvement plan (both text and URL) for a particular choice.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type ChoiceContent Modifier and Type Method Description AdditionalResources.BuilderAdditionalResources.Builder. content(Collection<ChoiceContent> content)The URLs for additional resources, either helpful resources or improvement plans, for a custom lens.
-