| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
AccountAssignmentForPrincipal |
AccountAssignmentForPrincipal.clone() |
AccountAssignmentForPrincipal |
AccountAssignmentForPrincipal.withAccountId(String accountId)
The account ID number of the Amazon Web Services account.
|
AccountAssignmentForPrincipal |
AccountAssignmentForPrincipal.withPermissionSetArn(String permissionSetArn)
The ARN of the IAM Identity Center permission set assigned to this principal for this Amazon Web Services
account.
|
AccountAssignmentForPrincipal |
AccountAssignmentForPrincipal.withPrincipalId(String principalId)
The ID of the principal.
|
AccountAssignmentForPrincipal |
AccountAssignmentForPrincipal.withPrincipalType(PrincipalType principalType)
The type of the principal.
|
AccountAssignmentForPrincipal |
AccountAssignmentForPrincipal.withPrincipalType(String principalType)
The type of the principal.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountAssignmentForPrincipal> |
ListAccountAssignmentsForPrincipalResult.getAccountAssignments()
An array list of the account assignments for the principal.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountAssignmentsForPrincipalResult |
ListAccountAssignmentsForPrincipalResult.withAccountAssignments(AccountAssignmentForPrincipal... accountAssignments)
An array list of the account assignments for the principal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccountAssignmentsForPrincipalResult.setAccountAssignments(Collection<AccountAssignmentForPrincipal> accountAssignments)
An array list of the account assignments for the principal.
|
ListAccountAssignmentsForPrincipalResult |
ListAccountAssignmentsForPrincipalResult.withAccountAssignments(Collection<AccountAssignmentForPrincipal> accountAssignments)
An array list of the account assignments for the principal.
|
Copyright © 2025. All rights reserved.