Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.SearchSkillGroupsRequest
-
Packages that use SearchSkillGroupsRequest Package Description software.amazon.awssdk.services.alexaforbusiness Alexa for Business has been retired and is no longer supported.software.amazon.awssdk.services.alexaforbusiness.paginators software.amazon.awssdk.services.alexaforbusiness.transform -
-
Uses of SearchSkillGroupsRequest in software.amazon.awssdk.services.alexaforbusiness
Methods in software.amazon.awssdk.services.alexaforbusiness with parameters of type SearchSkillGroupsRequest Modifier and Type Method Description default CompletableFuture<SearchSkillGroupsResponse>AlexaForBusinessAsyncClient. searchSkillGroups(SearchSkillGroupsRequest searchSkillGroupsRequest)Deprecated.Alexa For Business is no longer supporteddefault SearchSkillGroupsResponseAlexaForBusinessClient. searchSkillGroups(SearchSkillGroupsRequest searchSkillGroupsRequest)Deprecated.Alexa For Business is no longer supporteddefault SearchSkillGroupsPublisherAlexaForBusinessAsyncClient. searchSkillGroupsPaginator(SearchSkillGroupsRequest searchSkillGroupsRequest)Deprecated.Alexa For Business is no longer supporteddefault SearchSkillGroupsIterableAlexaForBusinessClient. searchSkillGroupsPaginator(SearchSkillGroupsRequest searchSkillGroupsRequest)Deprecated.Alexa For Business is no longer supported -
Uses of SearchSkillGroupsRequest in software.amazon.awssdk.services.alexaforbusiness.paginators
Constructors in software.amazon.awssdk.services.alexaforbusiness.paginators with parameters of type SearchSkillGroupsRequest Constructor Description SearchSkillGroupsIterable(AlexaForBusinessClient client, SearchSkillGroupsRequest firstRequest)SearchSkillGroupsPublisher(AlexaForBusinessAsyncClient client, SearchSkillGroupsRequest firstRequest) -
Uses of SearchSkillGroupsRequest in software.amazon.awssdk.services.alexaforbusiness.transform
Methods in software.amazon.awssdk.services.alexaforbusiness.transform with parameters of type SearchSkillGroupsRequest Modifier and Type Method Description SdkHttpFullRequestSearchSkillGroupsRequestMarshaller. marshall(SearchSkillGroupsRequest searchSkillGroupsRequest)
-