| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
static SkillTypeFilter |
SkillTypeFilter.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SkillTypeFilter |
ListSkillsRequest.skillType()
Whether the skill is publicly available or is a private skill.
|
static SkillTypeFilter |
SkillTypeFilter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SkillTypeFilter[] |
SkillTypeFilter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SkillTypeFilter> |
SkillTypeFilter.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListSkillsRequest.Builder |
ListSkillsRequest.Builder.skillType(SkillTypeFilter skillType)
Whether the skill is publicly available or is a private skill.
|
Copyright © 2023. All rights reserved.