Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.ListSkillsResponse
-
Packages that use ListSkillsResponse 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 ListSkillsResponse in software.amazon.awssdk.services.alexaforbusiness
Methods in software.amazon.awssdk.services.alexaforbusiness that return ListSkillsResponse Modifier and Type Method Description default ListSkillsResponseAlexaForBusinessClient. listSkills(Consumer<ListSkillsRequest.Builder> listSkillsRequest)Deprecated.Alexa For Business is no longer supporteddefault ListSkillsResponseAlexaForBusinessClient. listSkills(ListSkillsRequest listSkillsRequest)Deprecated.Alexa For Business is no longer supportedMethods in software.amazon.awssdk.services.alexaforbusiness that return types with arguments of type ListSkillsResponse Modifier and Type Method Description default CompletableFuture<ListSkillsResponse>AlexaForBusinessAsyncClient. listSkills(Consumer<ListSkillsRequest.Builder> listSkillsRequest)Deprecated.Alexa For Business is no longer supporteddefault CompletableFuture<ListSkillsResponse>AlexaForBusinessAsyncClient. listSkills(ListSkillsRequest listSkillsRequest)Deprecated.Alexa For Business is no longer supported -
Uses of ListSkillsResponse in software.amazon.awssdk.services.alexaforbusiness.paginators
Methods in software.amazon.awssdk.services.alexaforbusiness.paginators that return types with arguments of type ListSkillsResponse Modifier and Type Method Description Iterator<ListSkillsResponse>ListSkillsIterable. iterator()Method parameters in software.amazon.awssdk.services.alexaforbusiness.paginators with type arguments of type ListSkillsResponse Modifier and Type Method Description voidListSkillsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSkillsResponse> subscriber)
-