Uses of Interface
software.amazon.awssdk.services.servicecatalog.model.DescribePortfolioSharesRequest.Builder
-
Packages that use DescribePortfolioSharesRequest.Builder Package Description software.amazon.awssdk.services.servicecatalog Service Catalog software.amazon.awssdk.services.servicecatalog.model -
-
Uses of DescribePortfolioSharesRequest.Builder in software.amazon.awssdk.services.servicecatalog
Method parameters in software.amazon.awssdk.services.servicecatalog with type arguments of type DescribePortfolioSharesRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribePortfolioSharesResponse>ServiceCatalogAsyncClient. describePortfolioShares(Consumer<DescribePortfolioSharesRequest.Builder> describePortfolioSharesRequest)Returns a summary of each of the portfolio shares that were created for the specified portfolio.default DescribePortfolioSharesResponseServiceCatalogClient. describePortfolioShares(Consumer<DescribePortfolioSharesRequest.Builder> describePortfolioSharesRequest)Returns a summary of each of the portfolio shares that were created for the specified portfolio.default DescribePortfolioSharesPublisherServiceCatalogAsyncClient. describePortfolioSharesPaginator(Consumer<DescribePortfolioSharesRequest.Builder> describePortfolioSharesRequest)default DescribePortfolioSharesIterableServiceCatalogClient. describePortfolioSharesPaginator(Consumer<DescribePortfolioSharesRequest.Builder> describePortfolioSharesRequest) -
Uses of DescribePortfolioSharesRequest.Builder in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return DescribePortfolioSharesRequest.Builder Modifier and Type Method Description static DescribePortfolioSharesRequest.BuilderDescribePortfolioSharesRequest. builder()DescribePortfolioSharesRequest.BuilderDescribePortfolioSharesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribePortfolioSharesRequest.BuilderDescribePortfolioSharesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribePortfolioSharesRequest.BuilderDescribePortfolioSharesRequest.Builder. pageSize(Integer pageSize)The maximum number of items to return with this call.DescribePortfolioSharesRequest.BuilderDescribePortfolioSharesRequest.Builder. pageToken(String pageToken)The page token for the next set of results.DescribePortfolioSharesRequest.BuilderDescribePortfolioSharesRequest.Builder. portfolioId(String portfolioId)The unique identifier of the portfolio for which shares will be retrieved.DescribePortfolioSharesRequest.BuilderDescribePortfolioSharesRequest. toBuilder()DescribePortfolioSharesRequest.BuilderDescribePortfolioSharesRequest.Builder. type(String type)The type of portfolio share to summarize.DescribePortfolioSharesRequest.BuilderDescribePortfolioSharesRequest.Builder. type(DescribePortfolioShareType type)The type of portfolio share to summarize.Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type DescribePortfolioSharesRequest.Builder Modifier and Type Method Description static Class<? extends DescribePortfolioSharesRequest.Builder>DescribePortfolioSharesRequest. serializableBuilderClass()
-