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