| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog |
|
| software.amazon.awssdk.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
default DescribePortfolioSharesResponse |
ServiceCatalogClient.describePortfolioShares(Consumer<DescribePortfolioSharesRequest.Builder> describePortfolioSharesRequest)
Returns a summary of each of the portfolio shares that were created for the specified portfolio.
|
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 DescribePortfolioSharesIterable |
ServiceCatalogClient.describePortfolioSharesPaginator(Consumer<DescribePortfolioSharesRequest.Builder> describePortfolioSharesRequest)
Returns a summary of each of the portfolio shares that were created for the specified portfolio.
|
default DescribePortfolioSharesPublisher |
ServiceCatalogAsyncClient.describePortfolioSharesPaginator(Consumer<DescribePortfolioSharesRequest.Builder> describePortfolioSharesRequest)
Returns a summary of each of the portfolio shares that were created for the specified portfolio.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribePortfolioSharesRequest.Builder |
DescribePortfolioSharesRequest.builder() |
DescribePortfolioSharesRequest.Builder |
DescribePortfolioSharesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribePortfolioSharesRequest.Builder |
DescribePortfolioSharesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribePortfolioSharesRequest.Builder |
DescribePortfolioSharesRequest.Builder.pageSize(Integer pageSize)
The maximum number of items to return with this call.
|
DescribePortfolioSharesRequest.Builder |
DescribePortfolioSharesRequest.Builder.pageToken(String pageToken)
The page token for the next set of results.
|
DescribePortfolioSharesRequest.Builder |
DescribePortfolioSharesRequest.Builder.portfolioId(String portfolioId)
The unique identifier of the portfolio for which shares will be retrieved.
|
DescribePortfolioSharesRequest.Builder |
DescribePortfolioSharesRequest.toBuilder() |
DescribePortfolioSharesRequest.Builder |
DescribePortfolioSharesRequest.Builder.type(DescribePortfolioShareType type)
The type of portfolio share to summarize.
|
DescribePortfolioSharesRequest.Builder |
DescribePortfolioSharesRequest.Builder.type(String type)
The type of portfolio share to summarize.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribePortfolioSharesRequest.Builder> |
DescribePortfolioSharesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.