Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.SearchSkillGroupsResponse
-
Packages that use SearchSkillGroupsResponse Package Description software.amazon.awssdk.services.alexaforbusiness Alexa for Business has been retired and is no longer supported.software.amazon.awssdk.services.alexaforbusiness.paginators -
-
Uses of SearchSkillGroupsResponse in software.amazon.awssdk.services.alexaforbusiness
Methods in software.amazon.awssdk.services.alexaforbusiness that return SearchSkillGroupsResponse Modifier and Type Method Description default SearchSkillGroupsResponseAlexaForBusinessClient. searchSkillGroups(Consumer<SearchSkillGroupsRequest.Builder> searchSkillGroupsRequest)Deprecated.Alexa For Business is no longer supporteddefault SearchSkillGroupsResponseAlexaForBusinessClient. searchSkillGroups(SearchSkillGroupsRequest searchSkillGroupsRequest)Deprecated.Alexa For Business is no longer supportedMethods in software.amazon.awssdk.services.alexaforbusiness that return types with arguments of type SearchSkillGroupsResponse Modifier and Type Method Description default CompletableFuture<SearchSkillGroupsResponse>AlexaForBusinessAsyncClient. searchSkillGroups(Consumer<SearchSkillGroupsRequest.Builder> searchSkillGroupsRequest)Deprecated.Alexa For Business is no longer supporteddefault CompletableFuture<SearchSkillGroupsResponse>AlexaForBusinessAsyncClient. searchSkillGroups(SearchSkillGroupsRequest searchSkillGroupsRequest)Deprecated.Alexa For Business is no longer supported -
Uses of SearchSkillGroupsResponse in software.amazon.awssdk.services.alexaforbusiness.paginators
Methods in software.amazon.awssdk.services.alexaforbusiness.paginators that return types with arguments of type SearchSkillGroupsResponse Modifier and Type Method Description Iterator<SearchSkillGroupsResponse>SearchSkillGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.alexaforbusiness.paginators with type arguments of type SearchSkillGroupsResponse Modifier and Type Method Description voidSearchSkillGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchSkillGroupsResponse> subscriber)
-