| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
SkillSummary |
SkillSummary.clone() |
SkillSummary |
SkillSummary.withSkillId(String skillId)
The ARN of the skill summary.
|
SkillSummary |
SkillSummary.withSkillName(String skillName)
The name of the skill.
|
SkillSummary |
SkillSummary.withSupportsLinking(Boolean supportsLinking)
Linking support for a skill.
|
| Modifier and Type | Method and Description |
|---|---|
List<SkillSummary> |
ListSkillsResult.getSkillSummaries()
The list of enabled skills requested.
|
| Modifier and Type | Method and Description |
|---|---|
ListSkillsResult |
ListSkillsResult.withSkillSummaries(SkillSummary... skillSummaries)
The list of enabled skills requested.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSkillsResult.setSkillSummaries(Collection<SkillSummary> skillSummaries)
The list of enabled skills requested.
|
ListSkillsResult |
ListSkillsResult.withSkillSummaries(Collection<SkillSummary> skillSummaries)
The list of enabled skills requested.
|
Copyright © 2017. All rights reserved.