| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
Principal |
Principal.clone() |
Principal |
Principal.withPrincipalARN(String principalARN)
The ARN of the principal (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
PrincipalARNs and corresponding PrincipalTypes associated with the portfolio. |
| Modifier and Type | Method and Description |
|---|---|
ListPrincipalsForPortfolioResult |
ListPrincipalsForPortfolioResult.withPrincipals(Principal... principals)
The
PrincipalARNs and corresponding PrincipalTypes associated with the portfolio. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPrincipalsForPortfolioResult.setPrincipals(Collection<Principal> principals)
The
PrincipalARNs and corresponding PrincipalTypes associated with the portfolio. |
ListPrincipalsForPortfolioResult |
ListPrincipalsForPortfolioResult.withPrincipals(Collection<Principal> principals)
The
PrincipalARNs and corresponding PrincipalTypes associated with the portfolio. |
Copyright © 2025. All rights reserved.