| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog |
|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
DescribePortfolioResult |
AbstractAWSServiceCatalog.describePortfolio(DescribePortfolioRequest request) |
DescribePortfolioResult |
AWSServiceCatalog.describePortfolio(DescribePortfolioRequest describePortfolioRequest)
Gets information about the specified portfolio.
|
DescribePortfolioResult |
AWSServiceCatalogClient.describePortfolio(DescribePortfolioRequest request)
Gets information about the specified portfolio.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribePortfolioResult> |
AbstractAWSServiceCatalogAsync.describePortfolioAsync(DescribePortfolioRequest request,
AsyncHandler<DescribePortfolioRequest,DescribePortfolioResult> asyncHandler) |
Future<DescribePortfolioResult> |
AWSServiceCatalogAsync.describePortfolioAsync(DescribePortfolioRequest describePortfolioRequest,
AsyncHandler<DescribePortfolioRequest,DescribePortfolioResult> asyncHandler)
Gets information about the specified portfolio.
|
Future<DescribePortfolioResult> |
AWSServiceCatalogAsyncClient.describePortfolioAsync(DescribePortfolioRequest request,
AsyncHandler<DescribePortfolioRequest,DescribePortfolioResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribePortfolioResult |
DescribePortfolioResult.clone() |
DescribePortfolioResult |
DescribePortfolioResult.withBudgets(BudgetDetail... budgets)
Information about the associated budgets.
|
DescribePortfolioResult |
DescribePortfolioResult.withBudgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
|
DescribePortfolioResult |
DescribePortfolioResult.withPortfolioDetail(PortfolioDetail portfolioDetail)
Information about the portfolio.
|
DescribePortfolioResult |
DescribePortfolioResult.withTagOptions(Collection<TagOptionDetail> tagOptions)
Information about the TagOptions associated with the portfolio.
|
DescribePortfolioResult |
DescribePortfolioResult.withTagOptions(TagOptionDetail... tagOptions)
Information about the TagOptions associated with the portfolio.
|
DescribePortfolioResult |
DescribePortfolioResult.withTags(Collection<Tag> tags)
Information about the tags associated with the portfolio.
|
DescribePortfolioResult |
DescribePortfolioResult.withTags(Tag... tags)
Information about the tags associated with the portfolio.
|
Copyright © 2019. All rights reserved.