| Package | Description |
|---|---|
| com.amazonaws.services.sso.model |
| Modifier and Type | Method and Description |
|---|---|
RoleInfo |
RoleInfo.clone() |
RoleInfo |
RoleInfo.withAccountId(String accountId)
The identifier of the Amazon Web Services account assigned to the user.
|
RoleInfo |
RoleInfo.withRoleName(String roleName)
The friendly name of the role that is assigned to the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<RoleInfo> |
ListAccountRolesResult.getRoleList()
A paginated response with the list of roles and the next token if more results are available.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountRolesResult |
ListAccountRolesResult.withRoleList(RoleInfo... roleList)
A paginated response with the list of roles and the next token if more results are available.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccountRolesResult.setRoleList(Collection<RoleInfo> roleList)
A paginated response with the list of roles and the next token if more results are available.
|
ListAccountRolesResult |
ListAccountRolesResult.withRoleList(Collection<RoleInfo> roleList)
A paginated response with the list of roles and the next token if more results are available.
|
Copyright © 2022. All rights reserved.