| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
DeveloperInfo |
DeveloperInfo.clone() |
DeveloperInfo |
SkillDetails.getDeveloperInfo()
The details about the developer that published the skill.
|
DeveloperInfo |
DeveloperInfo.withDeveloperName(String developerName)
The name of the developer.
|
DeveloperInfo |
DeveloperInfo.withEmail(String email)
The email of the developer.
|
DeveloperInfo |
DeveloperInfo.withPrivacyPolicy(String privacyPolicy)
The URL of the privacy policy.
|
DeveloperInfo |
DeveloperInfo.withUrl(String url)
The website of the developer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SkillDetails.setDeveloperInfo(DeveloperInfo developerInfo)
The details about the developer that published the skill.
|
SkillDetails |
SkillDetails.withDeveloperInfo(DeveloperInfo developerInfo)
The details about the developer that published the skill.
|
Copyright © 2022. All rights reserved.