Uses of Class
software.amazon.awssdk.services.servicecatalog.model.SearchProductsAsAdminResponse
-
Packages that use SearchProductsAsAdminResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog software.amazon.awssdk.services.servicecatalog.paginators -
-
Uses of SearchProductsAsAdminResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return SearchProductsAsAdminResponse Modifier and Type Method Description default SearchProductsAsAdminResponseServiceCatalogClient. searchProductsAsAdmin()Gets information about the products for the specified portfolio or all products.default SearchProductsAsAdminResponseServiceCatalogClient. searchProductsAsAdmin(Consumer<SearchProductsAsAdminRequest.Builder> searchProductsAsAdminRequest)Gets information about the products for the specified portfolio or all products.default SearchProductsAsAdminResponseServiceCatalogClient. searchProductsAsAdmin(SearchProductsAsAdminRequest searchProductsAsAdminRequest)Gets information about the products for the specified portfolio or all products.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type SearchProductsAsAdminResponse Modifier and Type Method Description default CompletableFuture<SearchProductsAsAdminResponse>ServiceCatalogAsyncClient. searchProductsAsAdmin()Gets information about the products for the specified portfolio or all products.default CompletableFuture<SearchProductsAsAdminResponse>ServiceCatalogAsyncClient. searchProductsAsAdmin(Consumer<SearchProductsAsAdminRequest.Builder> searchProductsAsAdminRequest)Gets information about the products for the specified portfolio or all products.default CompletableFuture<SearchProductsAsAdminResponse>ServiceCatalogAsyncClient. searchProductsAsAdmin(SearchProductsAsAdminRequest searchProductsAsAdminRequest)Gets information about the products for the specified portfolio or all products. -
Uses of SearchProductsAsAdminResponse in software.amazon.awssdk.services.servicecatalog.paginators
Methods in software.amazon.awssdk.services.servicecatalog.paginators that return types with arguments of type SearchProductsAsAdminResponse Modifier and Type Method Description Iterator<SearchProductsAsAdminResponse>SearchProductsAsAdminIterable. iterator()Method parameters in software.amazon.awssdk.services.servicecatalog.paginators with type arguments of type SearchProductsAsAdminResponse Modifier and Type Method Description voidSearchProductsAsAdminPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchProductsAsAdminResponse> subscriber)
-