| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness |
Alexa for Business has been retired and is no longer supported.
|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
SearchSkillGroupsResult |
AmazonAlexaForBusinessClient.searchSkillGroups(SearchSkillGroupsRequest request)
Deprecated.
|
SearchSkillGroupsResult |
AbstractAmazonAlexaForBusiness.searchSkillGroups(SearchSkillGroupsRequest request)
Deprecated.
|
SearchSkillGroupsResult |
AmazonAlexaForBusiness.searchSkillGroups(SearchSkillGroupsRequest searchSkillGroupsRequest)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SearchSkillGroupsResult> |
AmazonAlexaForBusinessAsyncClient.searchSkillGroupsAsync(SearchSkillGroupsRequest request,
AsyncHandler<SearchSkillGroupsRequest,SearchSkillGroupsResult> asyncHandler)
Deprecated.
|
Future<SearchSkillGroupsResult> |
AmazonAlexaForBusinessAsync.searchSkillGroupsAsync(SearchSkillGroupsRequest searchSkillGroupsRequest,
AsyncHandler<SearchSkillGroupsRequest,SearchSkillGroupsResult> asyncHandler)
Deprecated.
|
Future<SearchSkillGroupsResult> |
AbstractAmazonAlexaForBusinessAsync.searchSkillGroupsAsync(SearchSkillGroupsRequest request,
AsyncHandler<SearchSkillGroupsRequest,SearchSkillGroupsResult> asyncHandler)
Deprecated.
|
| 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 © 2023. All rights reserved.