Uses of Class
software.amazon.awssdk.services.transfer.model.ListedUser
-
Packages that use ListedUser Package Description software.amazon.awssdk.services.transfer.model software.amazon.awssdk.services.transfer.paginators -
-
Uses of ListedUser in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type ListedUser Modifier and Type Method Description List<ListedUser>ListUsersResponse. users()Returns the Transfer Family users and their properties for theServerIdvalue that you specify.Methods in software.amazon.awssdk.services.transfer.model with parameters of type ListedUser Modifier and Type Method Description ListUsersResponse.BuilderListUsersResponse.Builder. users(ListedUser... users)Returns the Transfer Family users and their properties for theServerIdvalue that you specify.Method parameters in software.amazon.awssdk.services.transfer.model with type arguments of type ListedUser Modifier and Type Method Description ListUsersResponse.BuilderListUsersResponse.Builder. users(Collection<ListedUser> users)Returns the Transfer Family users and their properties for theServerIdvalue that you specify. -
Uses of ListedUser in software.amazon.awssdk.services.transfer.paginators
Methods in software.amazon.awssdk.services.transfer.paginators that return types with arguments of type ListedUser Modifier and Type Method Description SdkIterable<ListedUser>ListUsersIterable. users()Returns an iterable to iterate through the paginatedListUsersResponse.users()member.SdkPublisher<ListedUser>ListUsersPublisher. users()Returns a publisher that can be used to get a stream of data.
-