| Package | Description |
|---|---|
| software.amazon.awssdk.services.sso.model |
| Modifier and Type | Method and Description |
|---|---|
static ListAccountRolesResponse.Builder |
ListAccountRolesResponse.builder() |
ListAccountRolesResponse.Builder |
ListAccountRolesResponse.Builder.nextToken(String nextToken)
The page token client that is used to retrieve the list of accounts.
|
ListAccountRolesResponse.Builder |
ListAccountRolesResponse.Builder.roleList(Collection<RoleInfo> roleList)
A paginated response with the list of roles and the next token if more results are available.
|
ListAccountRolesResponse.Builder |
ListAccountRolesResponse.Builder.roleList(Consumer<RoleInfo.Builder>... roleList)
A paginated response with the list of roles and the next token if more results are available.
|
ListAccountRolesResponse.Builder |
ListAccountRolesResponse.Builder.roleList(RoleInfo... roleList)
A paginated response with the list of roles and the next token if more results are available.
|
ListAccountRolesResponse.Builder |
ListAccountRolesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAccountRolesResponse.Builder> |
ListAccountRolesResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.