| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
static PrincipalType |
PrincipalType.fromValue(String value)
Use this in place of valueOf.
|
static PrincipalType |
PrincipalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrincipalType[] |
PrincipalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociatePrincipalWithPortfolioRequest.setPrincipalType(PrincipalType principalType)
The principal type.
|
void |
Principal.setPrincipalType(PrincipalType principalType)
The principal type.
|
AssociatePrincipalWithPortfolioRequest |
AssociatePrincipalWithPortfolioRequest.withPrincipalType(PrincipalType principalType)
The principal type.
|
Principal |
Principal.withPrincipalType(PrincipalType principalType)
The principal type.
|
Copyright © 2018. All rights reserved.