Uses of Class
software.amazon.awssdk.services.evidently.model.ProjectAppConfigResourceConfig
-
Packages that use ProjectAppConfigResourceConfig Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of ProjectAppConfigResourceConfig in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return ProjectAppConfigResourceConfig Modifier and Type Method Description ProjectAppConfigResourceConfigCreateProjectRequest. appConfigResource()Use this parameter if the project will use client-side evaluation powered by AppConfig.ProjectAppConfigResourceConfigUpdateProjectRequest. appConfigResource()Use this parameter if the project will use client-side evaluation powered by AppConfig.Methods in software.amazon.awssdk.services.evidently.model with parameters of type ProjectAppConfigResourceConfig Modifier and Type Method Description CreateProjectRequest.BuilderCreateProjectRequest.Builder. appConfigResource(ProjectAppConfigResourceConfig appConfigResource)Use this parameter if the project will use client-side evaluation powered by AppConfig.UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. appConfigResource(ProjectAppConfigResourceConfig appConfigResource)Use this parameter if the project will use client-side evaluation powered by AppConfig.
-