Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.ListSolutionsResponse
-
Packages that use ListSolutionsResponse Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling software.amazon.awssdk.services.partnercentralselling.paginators -
-
Uses of ListSolutionsResponse in software.amazon.awssdk.services.partnercentralselling
Methods in software.amazon.awssdk.services.partnercentralselling that return ListSolutionsResponse Modifier and Type Method Description default ListSolutionsResponsePartnerCentralSellingClient. listSolutions(Consumer<ListSolutionsRequest.Builder> listSolutionsRequest)Retrieves a list of Partner Solutions that the partner registered on Partner Central.default ListSolutionsResponsePartnerCentralSellingClient. listSolutions(ListSolutionsRequest listSolutionsRequest)Retrieves a list of Partner Solutions that the partner registered on Partner Central.Methods in software.amazon.awssdk.services.partnercentralselling that return types with arguments of type ListSolutionsResponse Modifier and Type Method Description default CompletableFuture<ListSolutionsResponse>PartnerCentralSellingAsyncClient. listSolutions(Consumer<ListSolutionsRequest.Builder> listSolutionsRequest)Retrieves a list of Partner Solutions that the partner registered on Partner Central.default CompletableFuture<ListSolutionsResponse>PartnerCentralSellingAsyncClient. listSolutions(ListSolutionsRequest listSolutionsRequest)Retrieves a list of Partner Solutions that the partner registered on Partner Central. -
Uses of ListSolutionsResponse in software.amazon.awssdk.services.partnercentralselling.paginators
Methods in software.amazon.awssdk.services.partnercentralselling.paginators that return types with arguments of type ListSolutionsResponse Modifier and Type Method Description Iterator<ListSolutionsResponse>ListSolutionsIterable. iterator()Method parameters in software.amazon.awssdk.services.partnercentralselling.paginators with type arguments of type ListSolutionsResponse Modifier and Type Method Description voidListSolutionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSolutionsResponse> subscriber)
-