Uses of Class
software.amazon.awssdk.services.elasticache.model.User
-
Packages that use User Package Description software.amazon.awssdk.services.elasticache.model software.amazon.awssdk.services.elasticache.paginators -
-
Uses of User in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type User Modifier and Type Method Description List<User>
DescribeUsersResponse. users()
A list of users.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type User Modifier and Type Method Description DescribeUsersResponse.Builder
DescribeUsersResponse.Builder. users(User... users)
A list of users.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type User Modifier and Type Method Description DescribeUsersResponse.Builder
DescribeUsersResponse.Builder. users(Collection<User> users)
A list of users. -
Uses of User in software.amazon.awssdk.services.elasticache.paginators
Methods in software.amazon.awssdk.services.elasticache.paginators that return types with arguments of type User Modifier and Type Method Description SdkIterable<User>
DescribeUsersIterable. users()
Returns an iterable to iterate through the paginatedDescribeUsersResponse.users()
member.SdkPublisher<User>
DescribeUsersPublisher. users()
Returns a publisher that can be used to get a stream of data.
-