Uses of Class
software.amazon.awssdk.services.elasticache.model.UserGroup
-
Packages that use UserGroup Package Description software.amazon.awssdk.services.elasticache.model software.amazon.awssdk.services.elasticache.paginators -
-
Uses of UserGroup in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type UserGroup Modifier and Type Method Description List<UserGroup>DescribeUserGroupsResponse. userGroups()Returns a list of user groups.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type UserGroup Modifier and Type Method Description DescribeUserGroupsResponse.BuilderDescribeUserGroupsResponse.Builder. userGroups(UserGroup... userGroups)Returns a list of user groups.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type UserGroup Modifier and Type Method Description DescribeUserGroupsResponse.BuilderDescribeUserGroupsResponse.Builder. userGroups(Collection<UserGroup> userGroups)Returns a list of user groups. -
Uses of UserGroup in software.amazon.awssdk.services.elasticache.paginators
Methods in software.amazon.awssdk.services.elasticache.paginators that return types with arguments of type UserGroup Modifier and Type Method Description SdkIterable<UserGroup>DescribeUserGroupsIterable. userGroups()Returns an iterable to iterate through the paginatedDescribeUserGroupsResponse.userGroups()member.SdkPublisher<UserGroup>DescribeUserGroupsPublisher. userGroups()Returns a publisher that can be used to get a stream of data.
-