| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog |
|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribePortfolioSharesResult> |
AbstractAWSServiceCatalogAsync.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.
|
Future<DescribePortfolioSharesResult> |
AWSServiceCatalogAsyncClient.describePortfolioSharesAsync(DescribePortfolioSharesRequest request,
AsyncHandler<DescribePortfolioSharesRequest,DescribePortfolioSharesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribePortfolioSharesRequest |
DescribePortfolioSharesRequest.clone() |
DescribePortfolioSharesRequest |
DescribePortfolioSharesRequest.withPageSize(Integer pageSize)
The maximum number of items to return with this call.
|
DescribePortfolioSharesRequest |
DescribePortfolioSharesRequest.withPageToken(String pageToken)
The page token for the next set of results.
|
DescribePortfolioSharesRequest |
DescribePortfolioSharesRequest.withPortfolioId(String portfolioId)
The unique identifier of the portfolio for which shares will be retrieved.
|
DescribePortfolioSharesRequest |
DescribePortfolioSharesRequest.withType(DescribePortfolioShareType type)
The type of portfolio share to summarize.
|
DescribePortfolioSharesRequest |
DescribePortfolioSharesRequest.withType(String type)
The type of portfolio share to summarize.
|
Copyright © 2024. All rights reserved.