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