| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness |
Alexa for Business helps you use Alexa in your organization.
|
| software.amazon.awssdk.services.alexaforbusiness.paginators |
| Modifier and Type | Method and Description |
|---|---|
default SearchSkillGroupsResponse |
AlexaForBusinessClient.searchSkillGroups(Consumer<SearchSkillGroupsRequest.Builder> searchSkillGroupsRequest)
Searches skill groups and lists the ones that meet a set of filter and sort criteria.
|
default SearchSkillGroupsResponse |
AlexaForBusinessClient.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 |
|---|---|
default CompletableFuture<SearchSkillGroupsResponse> |
AlexaForBusinessAsyncClient.searchSkillGroups(Consumer<SearchSkillGroupsRequest.Builder> searchSkillGroupsRequest)
Searches skill groups and lists the ones that meet a set of filter and sort criteria.
|
default CompletableFuture<SearchSkillGroupsResponse> |
AlexaForBusinessAsyncClient.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 |
|---|---|
Iterator<SearchSkillGroupsResponse> |
SearchSkillGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchSkillGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super SearchSkillGroupsResponse> subscriber) |
Copyright © 2021. All rights reserved.