| Package | Description |
|---|---|
| software.amazon.awssdk.services.sso.model | |
| software.amazon.awssdk.services.sso.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<RoleInfo> |
ListAccountRolesResponse.roleList()
A paginated response with the list of roles and the next token if more results are available.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountRolesResponse.Builder |
ListAccountRolesResponse.Builder.roleList(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 |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<RoleInfo> |
ListAccountRolesIterable.roleList()
Returns an iterable to iterate through the paginated
ListAccountRolesResponse.roleList() member. |
SdkPublisher<RoleInfo> |
ListAccountRolesPublisher.roleList()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2020. All rights reserved.