| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspacedata.model | |
| software.amazon.awssdk.services.finspacedata.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
ListUsersResponse.users()
A list of all the user accounts.
|
| Modifier and Type | Method and Description |
|---|---|
ListUsersResponse.Builder |
ListUsersResponse.Builder.users(User... users)
A list of all the user accounts.
|
| Modifier and Type | Method and Description |
|---|---|
ListUsersResponse.Builder |
ListUsersResponse.Builder.users(Collection<User> users)
A list of all the user accounts.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<User> |
ListUsersIterable.users()
Returns an iterable to iterate through the paginated
ListUsersResponse.users() member. |
SdkPublisher<User> |
ListUsersPublisher.users()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.