| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
AccountAssignment |
AccountAssignment.clone() |
AccountAssignment |
AccountAssignment.withAccountId(String accountId)
The identifier of the AWS account.
|
AccountAssignment |
AccountAssignment.withPermissionSetArn(String permissionSetArn)
The ARN of the permission set.
|
AccountAssignment |
AccountAssignment.withPrincipalId(String principalId)
An identifier for an object in AWS SSO, such as a user or group.
|
AccountAssignment |
AccountAssignment.withPrincipalType(PrincipalType principalType)
The entity type for which the assignment will be created.
|
AccountAssignment |
AccountAssignment.withPrincipalType(String principalType)
The entity type for which the assignment will be created.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountAssignment> |
ListAccountAssignmentsResult.getAccountAssignments()
The list of assignments that match the input AWS account and permission set.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountAssignmentsResult |
ListAccountAssignmentsResult.withAccountAssignments(AccountAssignment... accountAssignments)
The list of assignments that match the input AWS account and permission set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccountAssignmentsResult.setAccountAssignments(Collection<AccountAssignment> accountAssignments)
The list of assignments that match the input AWS account and permission set.
|
ListAccountAssignmentsResult |
ListAccountAssignmentsResult.withAccountAssignments(Collection<AccountAssignment> accountAssignments)
The list of assignments that match the input AWS account and permission set.
|
Copyright © 2020. All rights reserved.