| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin.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 |
|---|---|
CreateAccountAssignmentRequest |
CreateAccountAssignmentRequest.withPrincipalType(PrincipalType principalType)
The entity type for which the assignment will be created.
|
AccountAssignment |
AccountAssignment.withPrincipalType(PrincipalType principalType)
The entity type for which the assignment will be created.
|
DeleteAccountAssignmentRequest |
DeleteAccountAssignmentRequest.withPrincipalType(PrincipalType principalType)
The entity type for which the assignment will be deleted.
|
AccountAssignmentOperationStatus |
AccountAssignmentOperationStatus.withPrincipalType(PrincipalType principalType)
The entity type for which the assignment will be created.
|
Copyright © 2023. All rights reserved.