Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.SkillGroupData
-
Packages that use SkillGroupData Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of SkillGroupData in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type SkillGroupData Modifier and Type Method Description List<SkillGroupData>SearchSkillGroupsResponse. skillGroups()The skill groups that meet the filter criteria, in sort order.Methods in software.amazon.awssdk.services.alexaforbusiness.model with parameters of type SkillGroupData Modifier and Type Method Description SearchSkillGroupsResponse.BuilderSearchSkillGroupsResponse.Builder. skillGroups(SkillGroupData... skillGroups)The skill groups that meet the filter criteria, in sort order.Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type SkillGroupData Modifier and Type Method Description SearchSkillGroupsResponse.BuilderSearchSkillGroupsResponse.Builder. skillGroups(Collection<SkillGroupData> skillGroups)The skill groups that meet the filter criteria, in sort order.
-