| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
static PrincipalType |
PrincipalType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PrincipalType |
AssociatePrincipalWithPortfolioRequest.principalType()
The principal type.
|
PrincipalType |
Principal.principalType()
The principal type.
|
PrincipalType |
DisassociatePrincipalFromPortfolioRequest.principalType()
The supported value is
IAM if you use a fully defined ARN, or IAM_PATTERN if you
specify an IAM ARN with no AccountId, with or without wildcard characters. |
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 |
|---|---|
static Set<PrincipalType> |
PrincipalType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AssociatePrincipalWithPortfolioRequest.Builder |
AssociatePrincipalWithPortfolioRequest.Builder.principalType(PrincipalType principalType)
The principal type.
|
Principal.Builder |
Principal.Builder.principalType(PrincipalType principalType)
The principal type.
|
DisassociatePrincipalFromPortfolioRequest.Builder |
DisassociatePrincipalFromPortfolioRequest.Builder.principalType(PrincipalType principalType)
The supported value is
IAM if you use a fully defined ARN, or IAM_PATTERN if you
specify an IAM ARN with no AccountId, with or without wildcard characters. |
Copyright © 2023. All rights reserved.