| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model | |
| software.amazon.awssdk.services.transfer.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ListedUser> |
ListUsersResponse.users()
Returns the Transfer Family users and their properties for the
ServerId value that you specify. |
| Modifier and Type | Method and Description |
|---|---|
ListUsersResponse.Builder |
ListUsersResponse.Builder.users(ListedUser... users)
Returns the Transfer Family users and their properties for the
ServerId value that you specify. |
| Modifier and Type | Method and Description |
|---|---|
ListUsersResponse.Builder |
ListUsersResponse.Builder.users(Collection<ListedUser> users)
Returns the Transfer Family users and their properties for the
ServerId value that you specify. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<ListedUser> |
ListUsersIterable.users()
Returns an iterable to iterate through the paginated
ListUsersResponse.users() member. |
SdkPublisher<ListedUser> |
ListUsersPublisher.users()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.