| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog |
|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
DescribePortfolioSharesResult |
AbstractAWSServiceCatalog.describePortfolioShares(DescribePortfolioSharesRequest request) |
DescribePortfolioSharesResult |
AWSServiceCatalogClient.describePortfolioShares(DescribePortfolioSharesRequest request)
Returns a summary of each of the portfolio shares that were created for the specified portfolio.
|
DescribePortfolioSharesResult |
AWSServiceCatalog.describePortfolioShares(DescribePortfolioSharesRequest describePortfolioSharesRequest)
Returns a summary of each of the portfolio shares that were created for the specified portfolio.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribePortfolioSharesResult> |
AbstractAWSServiceCatalogAsync.describePortfolioSharesAsync(DescribePortfolioSharesRequest request,
AsyncHandler<DescribePortfolioSharesRequest,DescribePortfolioSharesResult> asyncHandler) |
Future<DescribePortfolioSharesResult> |
AWSServiceCatalogAsyncClient.describePortfolioSharesAsync(DescribePortfolioSharesRequest request,
AsyncHandler<DescribePortfolioSharesRequest,DescribePortfolioSharesResult> asyncHandler) |
Future<DescribePortfolioSharesResult> |
AWSServiceCatalogAsync.describePortfolioSharesAsync(DescribePortfolioSharesRequest describePortfolioSharesRequest,
AsyncHandler<DescribePortfolioSharesRequest,DescribePortfolioSharesResult> asyncHandler)
Returns a summary of each of the portfolio shares that were created for the specified portfolio.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePortfolioSharesResult |
DescribePortfolioSharesResult.clone() |
DescribePortfolioSharesResult |
DescribePortfolioSharesResult.withNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
DescribePortfolioSharesResult |
DescribePortfolioSharesResult.withPortfolioShareDetails(Collection<PortfolioShareDetail> portfolioShareDetails)
Summaries about each of the portfolio shares.
|
DescribePortfolioSharesResult |
DescribePortfolioSharesResult.withPortfolioShareDetails(PortfolioShareDetail... portfolioShareDetails)
Summaries about each of the portfolio shares.
|
Copyright © 2024. All rights reserved.