| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
Principal |
Principal.clone() |
Principal |
Principal.withPrincipalARN(String principalARN)
The ARN representing the principal (IAM user, role, or group).
|
Principal |
Principal.withPrincipalType(PrincipalType principalType)
The principal type.
|
Principal |
Principal.withPrincipalType(String principalType)
The principal type.
|
| Modifier and Type | Method and Description |
|---|---|
List<Principal> |
ListPrincipalsForPortfolioResult.getPrincipals()
The IAM principals (users or roles) associated with the portfolio.
|
| Modifier and Type | Method and Description |
|---|---|
ListPrincipalsForPortfolioResult |
ListPrincipalsForPortfolioResult.withPrincipals(Principal... principals)
The IAM principals (users or roles) associated with the portfolio.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPrincipalsForPortfolioResult.setPrincipals(Collection<Principal> principals)
The IAM principals (users or roles) associated with the portfolio.
|
ListPrincipalsForPortfolioResult |
ListPrincipalsForPortfolioResult.withPrincipals(Collection<Principal> principals)
The IAM principals (users or roles) associated with the portfolio.
|
Copyright © 2017. All rights reserved.