| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
PortfolioShareDetail |
PortfolioShareDetail.clone() |
PortfolioShareDetail |
PortfolioShareDetail.withAccepted(Boolean accepted)
Indicates whether the shared portfolio is imported by the recipient account.
|
PortfolioShareDetail |
PortfolioShareDetail.withPrincipalId(String principalId)
The identifier of the recipient entity that received the portfolio share.
|
PortfolioShareDetail |
PortfolioShareDetail.withSharePrincipals(Boolean sharePrincipals)
Indicates if
Principal sharing is enabled or disabled for the portfolio share. |
PortfolioShareDetail |
PortfolioShareDetail.withShareTagOptions(Boolean shareTagOptions)
Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.
|
PortfolioShareDetail |
PortfolioShareDetail.withType(DescribePortfolioShareType type)
The type of the portfolio share.
|
PortfolioShareDetail |
PortfolioShareDetail.withType(String type)
The type of the portfolio share.
|
| Modifier and Type | Method and Description |
|---|---|
List<PortfolioShareDetail> |
DescribePortfolioSharesResult.getPortfolioShareDetails()
Summaries about each of the portfolio shares.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePortfolioSharesResult |
DescribePortfolioSharesResult.withPortfolioShareDetails(PortfolioShareDetail... portfolioShareDetails)
Summaries about each of the portfolio shares.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePortfolioSharesResult.setPortfolioShareDetails(Collection<PortfolioShareDetail> portfolioShareDetails)
Summaries about each of the portfolio shares.
|
DescribePortfolioSharesResult |
DescribePortfolioSharesResult.withPortfolioShareDetails(Collection<PortfolioShareDetail> portfolioShareDetails)
Summaries about each of the portfolio shares.
|
Copyright © 2024. All rights reserved.