Uses of Interface
software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosForProductResponse.Builder
-
Packages that use ListPortfoliosForProductResponse.Builder Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of ListPortfoliosForProductResponse.Builder in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return ListPortfoliosForProductResponse.Builder Modifier and Type Method Description static ListPortfoliosForProductResponse.BuilderListPortfoliosForProductResponse. builder()ListPortfoliosForProductResponse.BuilderListPortfoliosForProductResponse.Builder. nextPageToken(String nextPageToken)The page token to use to retrieve the next set of results.ListPortfoliosForProductResponse.BuilderListPortfoliosForProductResponse.Builder. portfolioDetails(Collection<PortfolioDetail> portfolioDetails)Information about the portfolios.ListPortfoliosForProductResponse.BuilderListPortfoliosForProductResponse.Builder. portfolioDetails(Consumer<PortfolioDetail.Builder>... portfolioDetails)Information about the portfolios.ListPortfoliosForProductResponse.BuilderListPortfoliosForProductResponse.Builder. portfolioDetails(PortfolioDetail... portfolioDetails)Information about the portfolios.ListPortfoliosForProductResponse.BuilderListPortfoliosForProductResponse. toBuilder()Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type ListPortfoliosForProductResponse.Builder Modifier and Type Method Description static Class<? extends ListPortfoliosForProductResponse.Builder>ListPortfoliosForProductResponse. serializableBuilderClass()
-