Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.HarnessSkillGitSource
Packages that use HarnessSkillGitSource
-
Uses of HarnessSkillGitSource in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return HarnessSkillGitSourceModifier and TypeMethodDescriptionfinal HarnessSkillGitSourceHarnessSkill.git()A git repository containing the skill.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type HarnessSkillGitSourceModifier and TypeMethodDescriptionstatic HarnessSkillHarnessSkill.fromGit(HarnessSkillGitSource git) Create an instance of this class withHarnessSkill.git()initialized to the given value.HarnessSkill.Builder.git(HarnessSkillGitSource git) A git repository containing the skill.