Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.SkillsStoreSkill
-
Packages that use SkillsStoreSkill Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of SkillsStoreSkill in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type SkillsStoreSkill Modifier and Type Method Description List<SkillsStoreSkill>ListSkillsStoreSkillsByCategoryResponse. skillsStoreSkills()The skill store skills.Methods in software.amazon.awssdk.services.alexaforbusiness.model with parameters of type SkillsStoreSkill Modifier and Type Method Description ListSkillsStoreSkillsByCategoryResponse.BuilderListSkillsStoreSkillsByCategoryResponse.Builder. skillsStoreSkills(SkillsStoreSkill... skillsStoreSkills)The skill store skills.Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type SkillsStoreSkill Modifier and Type Method Description ListSkillsStoreSkillsByCategoryResponse.BuilderListSkillsStoreSkillsByCategoryResponse.Builder. skillsStoreSkills(Collection<SkillsStoreSkill> skillsStoreSkills)The skill store skills.
-