| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness |
Alexa for Business helps you use Alexa in your organization.
|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
SearchSkillGroupsResult |
AmazonAlexaForBusinessClient.searchSkillGroups(SearchSkillGroupsRequest request)
Searches skill groups and lists the ones that meet a set of filter and sort criteria.
|
SearchSkillGroupsResult |
AbstractAmazonAlexaForBusiness.searchSkillGroups(SearchSkillGroupsRequest request) |
SearchSkillGroupsResult |
AmazonAlexaForBusiness.searchSkillGroups(SearchSkillGroupsRequest searchSkillGroupsRequest)
Searches skill groups and lists the ones that meet a set of filter and sort criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SearchSkillGroupsResult> |
AbstractAmazonAlexaForBusinessAsync.searchSkillGroupsAsync(SearchSkillGroupsRequest request,
AsyncHandler<SearchSkillGroupsRequest,SearchSkillGroupsResult> asyncHandler) |
Future<SearchSkillGroupsResult> |
AmazonAlexaForBusinessAsync.searchSkillGroupsAsync(SearchSkillGroupsRequest searchSkillGroupsRequest,
AsyncHandler<SearchSkillGroupsRequest,SearchSkillGroupsResult> asyncHandler)
Searches skill groups and lists the ones that meet a set of filter and sort criteria.
|
Future<SearchSkillGroupsResult> |
AmazonAlexaForBusinessAsyncClient.searchSkillGroupsAsync(SearchSkillGroupsRequest request,
AsyncHandler<SearchSkillGroupsRequest,SearchSkillGroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SearchSkillGroupsResult |
SearchSkillGroupsResult.clone() |
SearchSkillGroupsResult |
SearchSkillGroupsResult.withNextToken(String nextToken)
The token returned to indicate that there is more data available.
|
SearchSkillGroupsResult |
SearchSkillGroupsResult.withSkillGroups(Collection<SkillGroupData> skillGroups)
The skill groups that meet the filter criteria, in sort order.
|
SearchSkillGroupsResult |
SearchSkillGroupsResult.withSkillGroups(SkillGroupData... skillGroups)
The skill groups that meet the filter criteria, in sort order.
|
SearchSkillGroupsResult |
SearchSkillGroupsResult.withTotalCount(Integer totalCount)
The total number of skill groups returned.
|
Copyright © 2019. All rights reserved.