Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.SkillSummary
-
Packages that use SkillSummary Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of SkillSummary in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type SkillSummary Modifier and Type Method Description List<SkillSummary>ListSkillsResponse. skillSummaries()The list of enabled skills requested.Methods in software.amazon.awssdk.services.alexaforbusiness.model with parameters of type SkillSummary Modifier and Type Method Description ListSkillsResponse.BuilderListSkillsResponse.Builder. skillSummaries(SkillSummary... skillSummaries)The list of enabled skills requested.Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type SkillSummary Modifier and Type Method Description ListSkillsResponse.BuilderListSkillsResponse.Builder. skillSummaries(Collection<SkillSummary> skillSummaries)The list of enabled skills requested.
-